mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-19 00:52:55 +03:00
prototype for getpass
This commit is contained in:
parent
83b6c9e052
commit
ef839c73d7
@ -31,6 +31,10 @@ struct passwd *getpwnam (const char *);
|
||||
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 *);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user