]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 a5ae594dfa1f9e022675e5ac2eeaa18cb96f0c14..9093dcf88c6eb30fb273c59758296a8fdcb208cf 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)