ADD file via upload

master
pumnflqv2 3 years ago
parent 2f165d3af3
commit 89f941574c

@ -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