Initial revision
This commit is contained in:
4
mach/sun3/libsys/fsync.s
Normal file
4
mach/sun3/libsys/fsync.s
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "syscall.h"
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
||||
.define _fsync
|
||||
_fsync: SYSTEM(SYS_fsync)
|
||||
Reference in New Issue
Block a user