summaryrefslogtreecommitdiff
path: root/src/include/pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pwd.h')
-rw-r--r--src/include/pwd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/pwd.h b/src/include/pwd.h
index 6ad4faf..22aa835 100644
--- a/src/include/pwd.h
+++ b/src/include/pwd.h
@@ -10,11 +10,4 @@
#include <nsss/pwd.h>
-#ifdef _GNU_SOURCE
-#include <stdio.h>
-extern struct passwd *fgetpwent (FILE *) ;
-extern int fgetpwent_r (FILE *, struct passwd *, char *, size_t, struct passwd **) ;
-extern int putpwent (struct passwd const *, FILE *) ;
-#endif
-
#endif