提交 3db29f03 编写于 作者: R Rich Felker

move getpass decl to the right place

上级 01e94c46
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册