summaryrefslogtreecommitdiff
path: root/include/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grp.h b/include/grp.h
index 358181bf..d8581409 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -34,7 +34,7 @@ void endgrent(void);
void setgrent(void);
#ifdef _GNU_SOURCE
-struct group *fgetgrent(FILE *stream);
+struct group *fgetgrent(FILE *);
int putgrent(const struct group *, FILE *);
#endif