* libc/include/sys/unistd.h: Define getdomainname under cygwin.
This commit is contained in:
parent
f3bd1dcfdc
commit
4b3f6588fb
@ -1,3 +1,7 @@
|
|||||||
|
2002-05-03 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/sys/unistd.h: Define getdomainname under cygwin.
|
||||||
|
|
||||||
2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
|
2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||||
|
|
||||||
* configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's.
|
* configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's.
|
||||||
|
@ -47,6 +47,9 @@ pid_t _EXFUN(fork, (void ));
|
|||||||
long _EXFUN(fpathconf, (int __fd, int __name ));
|
long _EXFUN(fpathconf, (int __fd, int __name ));
|
||||||
int _EXFUN(fsync, (int __fd));
|
int _EXFUN(fsync, (int __fd));
|
||||||
char _EXFUN(*getcwd, (char *__buf, size_t __size ));
|
char _EXFUN(*getcwd, (char *__buf, size_t __size ));
|
||||||
|
#if defined(__CYGWIN__)
|
||||||
|
int _EXFUN(getdomainname ,(char *__name, size_t __len));
|
||||||
|
#endif
|
||||||
gid_t _EXFUN(getegid, (void ));
|
gid_t _EXFUN(getegid, (void ));
|
||||||
uid_t _EXFUN(geteuid, (void ));
|
uid_t _EXFUN(geteuid, (void ));
|
||||||
gid_t _EXFUN(getgid, (void ));
|
gid_t _EXFUN(getgid, (void ));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user