From: Ulrich Drepper Date: Mon, 15 Nov 1999 00:04:52 +0000 (+0000) Subject: Add prototype for __syscall_execve. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca2b1c7000494eae665633db176d5c1edc20cb7;p=thirdparty%2Fglibc.git Add prototype for __syscall_execve. --- diff --git a/sysdeps/unix/sysv/linux/execve.c b/sysdeps/unix/sysv/linux/execve.c index a5ae594dfa1..9093dcf88c6 100644 --- a/sysdeps/unix/sysv/linux/execve.c +++ b/sysdeps/unix/sysv/linux/execve.c @@ -22,6 +22,7 @@ #include #include +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)