+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.
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));