1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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)