Initial revision

This commit is contained in:
ceriel
1988-04-19 09:34:37 +00:00
parent 2720a896d5
commit cfc5459e63
113 changed files with 2057 additions and 0 deletions

6
mach/minix/libsys/sync.c Normal file
View File

@@ -0,0 +1,6 @@
#include "lib.h"
PUBLIC int sync()
{
return callm1(FS, SYNC, 0, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR);
}