Add __GI___fork alias.
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 11:07:26 +0000 (11:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 11:07:26 +0000 (11:07 +0000)
sysdeps/unix/arm/fork.S
sysdeps/unix/bsd/osf/alpha/fork.S
sysdeps/unix/mips/fork.S

index deb2254..1998145 100644 (file)
@@ -29,5 +29,6 @@ SYSCALL__ (fork, 0)
        and r0, r0, r1
        RETINSTR(mov, pc, r14)
 PSEUDO_END (__fork)
+strong_alias (__fork, __GI___fork)
 
 weak_alias (__fork, fork)
index 90cf4bd..13b1223 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995, 1997, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
@@ -23,5 +23,6 @@ SYSCALL__ (fork, 0)
        cmovne a4, 0, v0
        ret
        .end __fork
+strong_alias (__fork, __GI___fork)
 
 weak_alias (__fork, fork)
index 3273216..dcec965 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995, 1997, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
@@ -27,5 +27,6 @@ SYSCALL__ (fork, 0)
 parent:
        ret
        .end __fork
+strong_alias (__fork, __GI___fork)
 
 weak_alias (__fork, fork)