about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/execve.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/execve.c')
-rw-r--r--sysdeps/mach/hurd/execve.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/execve.c b/sysdeps/mach/hurd/execve.c
index 00c91c3ee2..4e37cb65b1 100644
--- a/sysdeps/mach/hurd/execve.c
+++ b/sysdeps/mach/hurd/execve.c
@@ -22,10 +22,7 @@
 /* Replace the current process, executing FILE_NAME with arguments ARGV and
    environment ENVP.  ARGV and ENVP are terminated by NULL pointers.  */
 int
-__execve (file_name, argv, envp)
-     const char *file_name;
-     char *const argv[];
-     char *const envp[];
+__execve (const char *file_name, char *const argv[], char *const envp[])
 {
   error_t err;
   file_t file = __file_name_lookup (file_name, O_EXEC, 0);