4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-18 23:12:15 +08:00

* syscalls.cc (sync): Define void according to SUSv3.

This commit is contained in:
Corinna Vinschen 2004-04-10 20:40:41 +00:00
parent 54c7940fe5
commit 66d9ac398a
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-04-10 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (sync): Define void according to SUSv3.
2004-04-10 Corinna Vinschen <corinna@vinschen.de>
* sec_acl.cc (setacl): Use correct offset when trying to combine

View File

@ -1123,11 +1123,10 @@ fsync (int fd)
return 0;
}
/* sync: standards? */
extern "C" int
/* sync: SUSv3 */
extern "C" void
sync ()
{
return 0;
}
suffix_info stat_suffixes[] =