Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
nico
/
archive
/
v0.95a
/
.
/
lib
/
execve.c
blob: a89726dec77064d6c4f95b345df8aeebdcb0c0d1 [
file
]
/*
* linux/lib/execve.c
*
* (C) 1991 Linus Torvalds
*/
#define
__LIBRARY__
#include
<unistd.h>
_syscall3
(
int
,
execve
,
const
char
*,
file
,
char
**,
argv
,
char
**,
envp
)