Add __syscall_execve prototype.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Nov 1999 00:06:32 +0000 (00:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Nov 1999 00:06:32 +0000 (00:06 +0000)
sysdeps/unix/sysv/linux/execve.c

index a5ae594..9093dcf 100644 (file)
@@ -22,6 +22,7 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
+extern int __syscall_execve (const char *file, char **argv, char **envp);
 extern void __pthread_kill_other_threads_np __P ((void));
 weak_extern (__pthread_kill_other_threads_np)