summaryrefslogtreecommitdiffstats
path: root/src/lib/execve.c
blob: a89726dec77064d6c4f95b345df8aeebdcb0c0d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 *  linux/lib/execve.c
 *
 *  (C) 1991  Linus Torvalds
 */

#define __LIBRARY__
#include <unistd.h>

_syscall3(int,execve,const char *,file,char **,argv,char **,envp)