增加execve2

master
pi97tejy3 2 years ago
parent e07f9c79c2
commit 2c41714f75

@ -0,0 +1,10 @@
/*
* linux/lib/execve.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include <unistd.h>
_syscall3(int,execve,const char *,file,char **,argv,char **,envp)
Loading…
Cancel
Save