mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-19 17:13:08 +03:00
move getpass decl to the right place
This commit is contained in:
parent
01e94c4623
commit
3db29f0347
@ -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
|
||||
|
||||
|
@ -166,6 +166,7 @@ int getdtablesize(void);
|
||||
void setusershell(void);
|
||||
void endusershell(void);
|
||||
char *getusershell(void);
|
||||
char *getpass(const char *);
|
||||
#endif
|
||||
|
||||
#ifdef _LARGEFILE64_SOURCE
|
||||
|
Loading…
x
Reference in New Issue
Block a user