X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fpwd.h;h=37ca520894b5c7ebdfdc2742e04af4212dcbc40d;hp=fbdda3e7538193937b3df066c57ef50b9f3406e6;hb=594318fd3d13c7dda1ea87a76934e052ac74301f;hpb=5e9314ff03076a94316d4e66efd082548c065f3d 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