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 3141a9e..effeb41 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 36055ef..a5ae594 100644 (file)
@@ -38,3 +38,4 @@ __execve (file, argv, envp)
 
   return INLINE_SYSCALL (execve, 3, file, argv, envp);
 }
+weak_alias (__execve, execve)