summaryrefslogtreecommitdiffstats
path: root/libc/include/pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/pwd.h')
-rw-r--r--libc/include/pwd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/include/pwd.h b/libc/include/pwd.h
index 6d483c0..6012b96 100644
--- a/libc/include/pwd.h
+++ b/libc/include/pwd.h
@@ -119,10 +119,6 @@ struct passwd* getpwuid(uid_t);
int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
-void endpwent(void);
-struct passwd* getpwent(void);
-int setpwent(void);
-
__END_DECLS
#endif