mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-17 14:39:35 +08:00
* libc/include/sys/unistd.h: Define fdatasync also for Cygwin.
This commit is contained in:
parent
a62f6b806e
commit
5e4c05da0b
@ -1,3 +1,7 @@
|
|||||||
|
2005-02-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* libc/include/sys/unistd.h: Define fdatasync also for Cygwin.
|
||||||
|
|
||||||
2005-02-16 Eric Blake <ebb9@byu.net>
|
2005-02-16 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
* libc/time/time.tex: Improve the documentation.
|
* libc/time/time.tex: Improve the documentation.
|
||||||
|
@ -53,9 +53,7 @@ int _EXFUN(fchown, (int __fildes, uid_t __owner, gid_t __group ));
|
|||||||
pid_t _EXFUN(fork, (void ));
|
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));
|
||||||
#ifndef __CYGWIN__
|
|
||||||
int _EXFUN(fdatasync, (int __fd));
|
int _EXFUN(fdatasync, (int __fd));
|
||||||
#endif
|
|
||||||
char _EXFUN(*getcwd, (char *__buf, size_t __size ));
|
char _EXFUN(*getcwd, (char *__buf, size_t __size ));
|
||||||
#if defined(__CYGWIN__)
|
#if defined(__CYGWIN__)
|
||||||
int _EXFUN(getdomainname ,(char *__name, size_t __len));
|
int _EXFUN(getdomainname ,(char *__name, size_t __len));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user