* libc/include/sys/unistd.h: Define getpeereid for Cygwin.
This commit is contained in:
parent
c8b404bf5c
commit
6015cf9fc3
@ -1,3 +1,7 @@
|
||||
2005-02-23 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/sys/unistd.h: Define getpeereid for Cygwin.
|
||||
|
||||
2005-02-22 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/sys/unistd.h: Define fdatasync also for Cygwin.
|
||||
|
@ -73,6 +73,9 @@ int _EXFUN(getlogin_r, (char *name, size_t namesize) );
|
||||
#endif
|
||||
char _EXFUN(*getpass, (const char *__prompt));
|
||||
size_t _EXFUN(getpagesize, (void));
|
||||
#if defined(__CYGWIN__)
|
||||
int _EXFUN(getpeereid, (int, uid_t *, gid_t *));
|
||||
#endif
|
||||
pid_t _EXFUN(getpgid, (pid_t));
|
||||
pid_t _EXFUN(getpgrp, (void ));
|
||||
pid_t _EXFUN(getpid, (void ));
|
||||
|
Loading…
x
Reference in New Issue
Block a user