Fixed missing declaration of getlogin_r(3).
This commit is contained in:
parent
6b050d7244
commit
e2aec95a73
@ -31,6 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)unistd.h 8.12 (Berkeley) 4/27/95
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _UNISTD_H_
|
||||
@ -136,6 +137,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));
|
||||
mode_t getmode __P((const void *, mode_t));
|
||||
int getpagesize __P((void)) __pure2;
|
||||
char *getpass __P((const char *));
|
||||
|
Loading…
x
Reference in New Issue
Block a user