remove parameter names from public headers

inclusion of these names was unintentional and in most cases is a
namespace violation. Daniel Sabogal tracked down and reported these.
This commit is contained in:
Rich Felker
2016-10-20 17:04:37 -04:00
parent 4b8f94c250
commit 2ed4e9d927
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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