diff options
Diffstat (limited to 'sysdeps/unix/execve.S')
-rw-r--r-- | sysdeps/unix/execve.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/execve.S b/sysdeps/unix/execve.S index 7a4fc139ec..5d48bc63d8 100644 --- a/sysdeps/unix/execve.S +++ b/sysdeps/unix/execve.S @@ -28,5 +28,6 @@ Cambridge, MA 02139, USA. */ SYSCALL__ (execve, 3) ret +PSEUDO_END(execve) weak_alias (__execve, execve) |