BSD 4_1c_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 29 Dec 1982 06:30:20 +0000 (22:30 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 29 Dec 1982 06:30:20 +0000 (22:30 -0800)
Work on file usr/src/lib/libc/sys/execv.c

Synthesized-from: CSRG/cd1/4.1c.2

usr/src/lib/libc/sys/execv.c [new file with mode: 0644]

diff --git a/usr/src/lib/libc/sys/execv.c b/usr/src/lib/libc/sys/execv.c
new file mode 100644 (file)
index 0000000..fc5e22a
--- /dev/null
@@ -0,0 +1,11 @@
+/* execv.c 4.2 82/12/29 */
+
+#include "SYS.h"
+
+ENTRY(execv)
+       .globl  _environ
+       pushl   _environ
+       pushl   8(ap)
+       pushl   4(ap)
+       calls   $3,_execve
+       ret                     # execv(file, argv)