From: Ulrich Drepper Date: Mon, 15 Nov 1999 00:06:32 +0000 (+0000) Subject: Add __syscall_execve prototype. X-Git-Tag: cvs/pre-glibc-2_1_3~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=589e57a9df78a06a9fb55009ee90d9f26d76c9b4;p=thirdparty%2Fglibc.git Add __syscall_execve prototype. --- 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)