From 2ed4e9d9279117ffa50294095e172804cd1b68e5 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 20 Oct 2016 17:04:37 -0400 Subject: 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. --- include/grp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grp.h') 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 -- cgit v1.2.1