Change prototype to getlogin_r to reflect recent change to its
implementation (conformance to '96 POSIX standard).
This commit is contained in:
parent
fc1d3c6dfb
commit
5bbc321312
@ -141,7 +141,7 @@ int getdtablesize __P((void));
|
||||
int getgrouplist __P((const char *, int, int *, int *));
|
||||
long gethostid __P((void));
|
||||
int gethostname __P((char *, int));
|
||||
char *getlogin_r __P((char *, int));
|
||||
int getlogin_r __P((char *, int));
|
||||
mode_t getmode __P((const void *, mode_t));
|
||||
int getpagesize __P((void)) __pure2;
|
||||
char *getpass __P((const char *));
|
||||
|
Loading…
Reference in New Issue
Block a user