add powerpc64 port
[oweals/musl.git] / include / pwd.h
index 91fe426fe3205227d7576cb3a06b4bd6c4da008c..55d9d42d379e9146d12c8e8a2fcd6f2b15af9288 100644 (file)
@@ -39,6 +39,7 @@ int getpwnam_r (const char *, struct passwd *, char *, size_t, struct passwd **)
 
 #ifdef _GNU_SOURCE
 struct passwd *fgetpwent(FILE *);
+int putpwent(const struct passwd *, FILE *);
 #endif
 
 #ifdef __cplusplus