Add __syscall_execve prototype.

This commit is contained in:
Ulrich Drepper 1999-11-15 00:06:32 +00:00
parent 0bd019279b
commit 589e57a9df

View 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)