projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd0192
)
Add __syscall_execve prototype.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 15 Nov 1999 00:06:32 +0000
(
00:06
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 15 Nov 1999 00:06:32 +0000
(
00:06
+0000)
sysdeps/unix/sysv/linux/execve.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/execve.c
b/sysdeps/unix/sysv/linux/execve.c
index
a5ae594
..
9093dcf
100644
(file)
--- a/
sysdeps/unix/sysv/linux/execve.c
+++ b/
sysdeps/unix/sysv/linux/execve.c
@@
-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)