summaryrefslogtreecommitdiff
path: root/dirent
diff options
context:
space:
mode:
Diffstat (limited to 'dirent')
-rw-r--r--dirent/dirent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dirent/dirent.h b/dirent/dirent.h
index dcbeab6946..2938530c2b 100644
--- a/dirent/dirent.h
+++ b/dirent/dirent.h
@@ -258,8 +258,8 @@ extern int alphasort (__const void *__e1, __const void *__e2)
# ifdef __REDIRECT
extern int __REDIRECT (alphasort,
(__const void *__e1, __const void *__e2)
- __THROW __attribute_pure__,
- alphasort64);
+ __THROW,
+ alphasort64) __attribute_pure__;
# else
# define alphasort alphasort64
# endif
@@ -279,8 +279,8 @@ extern int versionsort (__const void *__e1, __const void *__e2)
# ifdef __REDIRECT
extern int __REDIRECT (versionsort,
(__const void *__e1, __const void *__e2)
- __THROW __attribute_pure__,
- versionsort64);
+ __THROW,
+ versionsort64) __attribute_pure__;
# else
# define versionsort versionsort64
# endif