]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Aug 1999 04:53:15 +0000 (04:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Aug 1999 04:53:15 +0000 (04:53 +0000)
* sysdeps/unix/sysv/linux/execve.c: Define weak alias execve.

ChangeLog
sysdeps/unix/sysv/linux/execve.c

index 3141a9e003413a870eccc0a30472bdc6a00eec03..effeb4193c00f1bceb5ef13299c81121443397db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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
        call.  It should not be necessary andis harmful for Alpha.
 
index 36055ef22f9a5aa0d612426ac8f1d045dc288084..a5ae594dfa1f9e022675e5ac2eeaa18cb96f0c14 100644 (file)
@@ -38,3 +38,4 @@ __execve (file, argv, envp)
 
   return INLINE_SYSCALL (execve, 3, file, argv, envp);
 }
+weak_alias (__execve, execve)
This page took 0.069536 seconds and 5 git commands to generate.