aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/execve.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/execve.c b/sysdeps/unix/sysv/linux/execve.c
index 8f89206..89620ed 100644
--- a/sysdeps/unix/sysv/linux/execve.c
+++ b/sysdeps/unix/sysv/linux/execve.c
@@ -22,9 +22,9 @@
#include <sysdep.h>
#include <sys/syscall.h>
-extern int __syscall_execve (const char *file, char * const argv[],
- char * const envp[]);
-extern void __pthread_kill_other_threads_np __P ((void));
+extern int __syscall_execve (const char *file, char *const argv[],
+ char *const envp[]);
+extern void __pthread_kill_other_threads_np (void);
weak_extern (__pthread_kill_other_threads_np)