forgot _execve()
This commit is contained in:
parent
ef42a6393a
commit
d42146a5cc
@ -25,6 +25,7 @@ _execl.c
|
||||
execle.c
|
||||
execv.c
|
||||
execve.s
|
||||
_execve.s
|
||||
exit.c
|
||||
exportfs.s
|
||||
fchmod.s
|
||||
|
||||
4
mach/sun3/libsys/_execve.s
Normal file
4
mach/sun3/libsys/_execve.s
Normal file
@ -0,0 +1,4 @@
|
||||
#include "syscall.h"
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
||||
.define __execve
|
||||
__execve: SYSTEM(SYS_execve)
|
||||
Loading…
x
Reference in New Issue
Block a user