Add __syscall_execve prototype.
This commit is contained in:
parent
0bd019279b
commit
589e57a9df
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user