forgot _creat()
This commit is contained in:
parent
9ee0876c2b
commit
55fab905c1
|
@ -17,6 +17,7 @@ close.s
|
|||
_close.s
|
||||
connect.s
|
||||
creat.s
|
||||
_creat.s
|
||||
dup.s
|
||||
dup2.s
|
||||
_dup2.s
|
||||
|
|
4
mach/sun3/libsys/_creat.s
Normal file
4
mach/sun3/libsys/_creat.s
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include "syscall.h"
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
||||
.define __creat
|
||||
__creat: SYSTEM(SYS_creat)
|
Loading…
Reference in a new issue