* 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

@@ -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[] =