mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* sysdeps/unix/sysv/linux/execve.c: Define weak alias execve.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
1999-08-20 Ulrich Drepper <drepper@cygnus.com>
|
1999-08-20 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/execve.c: Define weak alias execve.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/init-first.c (init): Remove personality
|
* sysdeps/unix/sysv/linux/init-first.c (init): Remove personality
|
||||||
call. It should not be necessary andis harmful for Alpha.
|
call. It should not be necessary andis harmful for Alpha.
|
||||||
|
|
||||||
|
@ -38,3 +38,4 @@ __execve (file, argv, envp)
|
|||||||
|
|
||||||
return INLINE_SYSCALL (execve, 3, file, argv, envp);
|
return INLINE_SYSCALL (execve, 3, file, argv, envp);
|
||||||
}
|
}
|
||||||
|
weak_alias (__execve, execve)
|
||||||
|
Reference in New Issue
Block a user