xref: /original-bsd/lib/libc/sys/execve.s (revision 7ecb520c)
1/* execve.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5SYSCALL(execve)
6	ret		# execve(file, argv, arge)
7