forgot _execve()
This commit is contained in:
parent
b2ce4472b5
commit
8c0b75b068
|
@ -25,6 +25,7 @@ _execl.c
|
||||||
execle.c
|
execle.c
|
||||||
execv.c
|
execv.c
|
||||||
execve.s
|
execve.s
|
||||||
|
_execve.s
|
||||||
exit.c
|
exit.c
|
||||||
exportfs.s
|
exportfs.s
|
||||||
fchmod.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…
Reference in a new issue