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