summaryrefslogtreecommitdiff
path: root/lib/dirent.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dirent.in.h')
-rw-r--r--lib/dirent.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dirent.in.h b/lib/dirent.in.h
index 2885c561f3..62b7cfb9b0 100644
--- a/lib/dirent.in.h
+++ b/lib/dirent.in.h
@@ -87,8 +87,8 @@ extern DIR * opendir (const char *);
*NAMELIST. Returns the number of entries selected, or -1 on error. */
# if !@HAVE_SCANDIR@
extern int scandir (const char *dir, struct dirent ***namelist,
- int (*filter) (const struct dirent *),
- int (*cmp) (const struct dirent **, const struct dirent **));
+ int (*filter) (const struct dirent *),
+ int (*cmp) (const struct dirent **, const struct dirent **));
# endif
#elif defined GNULIB_POSIXCHECK
# undef scandir