mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
Define weak alias execve.
This commit is contained in:
parent
570440a2c0
commit
d56532fe29
@ -38,3 +38,4 @@ __execve (file, argv, envp)
|
||||
|
||||
return INLINE_SYSCALL (execve, 3, file, argv, envp);
|
||||
}
|
||||
weak_alias (__execve, execve)
|
||||
|
Loading…
Reference in New Issue
Block a user