mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
Update.
* sysdeps/unix/sysv/linux/execve.c: Define weak alias execve.
This commit is contained in:
parent
52cea45760
commit
c086e2d210
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user