forgot _creat()
This commit is contained in:
parent
7cc80df960
commit
0314a04b79
@ -17,6 +17,7 @@ close.s
|
|||||||
_close.s
|
_close.s
|
||||||
connect.s
|
connect.s
|
||||||
creat.s
|
creat.s
|
||||||
|
_creat.s
|
||||||
dup.s
|
dup.s
|
||||||
dup2.s
|
dup2.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…
x
Reference in New Issue
Block a user