]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/include/sys/unistd.h: Define fdatasync also for Cygwin.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 22 Feb 2005 15:31:51 +0000 (15:31 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 22 Feb 2005 15:31:51 +0000 (15:31 +0000)
newlib/ChangeLog
newlib/libc/include/sys/unistd.h

index fa8a146b4139cb97d5b03de4c76357d6ae62618c..25ade3e3670f14ec71c0f6ef4e4d7f697a988b5f 100644 (file)
@@ -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>
 
        * libc/time/time.tex: Improve the documentation.
index 46db13c2746a0bc63d34d82f2347262d078da880..9b845746a47fd521e08d6b5184eb2049ea3b321b 100644 (file)
@@ -53,9 +53,7 @@ int     _EXFUN(fchown, (int __fildes, uid_t __owner, gid_t __group ));
 pid_t   _EXFUN(fork, (void ));
 long    _EXFUN(fpathconf, (int __fd, int __name ));
 int     _EXFUN(fsync, (int __fd));
-#ifndef __CYGWIN__
 int     _EXFUN(fdatasync, (int __fd));
-#endif
 char    _EXFUN(*getcwd, (char *__buf, size_t __size ));
 #if defined(__CYGWIN__)
 int    _EXFUN(getdomainname ,(char *__name, size_t __len));
This page took 0.046563 seconds and 5 git commands to generate.