about summary refs log tree commit diff
path: root/include/pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pwd.h')
-rw-r--r--include/pwd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pwd.h b/include/pwd.h
index fbdda3e7..37ca5208 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -36,7 +36,6 @@ int getpwuid_r (uid_t, struct passwd *, char *, size_t, struct passwd **);
 int getpwnam_r (const char *, struct passwd *, char *, size_t, struct passwd **);
 
 #ifdef _GNU_SOURCE
-char *getpass(const char *);
 struct passwd *fgetpwent(FILE *);
 #endif