summaryrefslogtreecommitdiff
path: root/include/pwd.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-05-20 22:56:06 -0400
committerRich Felker <dalias@aerifal.cx>2012-05-20 22:56:06 -0400
commit3db29f0347976cd8f5eedf8a78cc3297a639714f (patch)
treeca967ec36f4fb2e6d69fee9495c1dc5011d4dfd2 /include/pwd.h
parent01e94c46231f2670e9b0c1962f10de646674fded (diff)
downloadmusl-3db29f0347976cd8f5eedf8a78cc3297a639714f.tar.gz
move getpass decl to the right place
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