* libc/include/sys/unistd.h: Define getpeereid for Cygwin.

This commit is contained in:
Corinna Vinschen 2005-02-23 17:42:07 +00:00
parent c8b404bf5c
commit 6015cf9fc3
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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 ));