summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-07-11 15:22:00 +0200
committerAlejandro Colomar <alx@kernel.org>2023-09-22 15:59:29 +0200
commite7dfb10321bd7f984f5778b2e3552c0ac998db6b (patch)
tree3d9b566035a18c903631cb17f34e6802d4f04870
parent7516e215c90de505bdb82c7003055141f7899a82 (diff)
dirent.h: Fix typo in __nonnull attribute
Cc: Florian Weimer <fweimer@redhat.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--include/dirent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dirent.h b/include/dirent.h
index d7567f5e86..73384f5582 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -50,7 +50,7 @@ extern int __versionsort64 (const struct dirent64 **a,
__attribute_pure__;
extern DIR *__alloc_dir (int fd, bool close_fd, int flags,
const struct __stat64_t64 *statp)
- __nonnull (4) attribute_hidden;
+ __nonnull ((4)) attribute_hidden;
extern __typeof (rewinddir) __rewinddir;
extern __typeof (seekdir) __seekdir;
extern __typeof (dirfd) __dirfd;