]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add __GI___vfork alias.
authorUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 11:10:33 +0000 (11:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 31 Dec 2002 11:10:33 +0000 (11:10 +0000)
sysdeps/unix/bsd/hp/m68k/vfork.S
sysdeps/unix/bsd/sun/m68k/vfork.S
sysdeps/unix/bsd/ultrix4/mips/vfork.S
sysdeps/unix/bsd/vax/vfork.S
sysdeps/unix/sysv/linux/arm/vfork.S
sysdeps/unix/sysv/linux/cris/vfork.S
sysdeps/unix/sysv/linux/m68k/vfork.S

index 4bb5939dbe4c1e97661755fab6f2442e41bfc0a7..0e15a5089d5dccddef85869699742b3ee196c5cb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1994, 1995, 1997, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -51,5 +51,6 @@ error:
        movel d0, _errno
        moveq #-1, d0
        jmp a0@
+strong_alias (__vfork, __GI___vfork)
 
 weak_alias (__vfork, vfork)
index fe0309e3aa84d536d28c872182ef275b4b8d2560..006688936bbf4201a7bc8317f1b6b2bf44286f13 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 93, 94, 95, 97 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 93, 94, 95, 97, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -51,5 +51,6 @@ error:
        movel d0, _errno
        moveq #-1, d0
        jmp a0@
+strong_alias (__vfork, __GI___vfork)
 
 weak_alias (__vfork, vfork)
index 9541eafbae2a12893772af4a62edd99de085f357..80e7328c71a6fd3d6159227f86214db4beea89aa 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).
 
@@ -31,5 +31,6 @@ parent:
        ret
        nop
        .end __vfork
+strong_alias (__vfork, __GI___vfork)
 
 weak_alias (__vfork, vfork)
index 8098b0eca631daeda521d5c701cba51bb92adf29..16f0e98bb2ce3b8063ffa681e94b44b538bb950e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995, 1997, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -52,5 +52,6 @@ error:
        movl r0, _errno
        mnegl $1, r0
        jmp (r2)
+strong_alias (__vfork, __GI___vfork)
 
 weak_alias (__vfork, vfork)
index b10117e9f8eb10392aeeba9291b6d230993d046d..3364c686d620ff1b41561f391664c1fa688b1b35 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Philip Blundell <philb@gnu.org>.
 
@@ -44,7 +44,8 @@ ENTRY (__vfork)
        cmn     a1, #4096
        RETINSTR(movcc, pc, lr)
        b       PLTJMP(C_SYMBOL_NAME(__syscall_error))
-       
+
 PSEUDO_END (__vfork)
+strong_alias (__vfork, __GI___vfork)
 
 weak_alias (__vfork, vfork)
index 39985a08a5a8bbab3bded43ccfb38b7bcdd365a3..f471efe0a5fc1608282f6e090e448e70acef293a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -22,5 +22,6 @@ PSEUDO (__vfork, vfork, 0)
        Ret
        nop
 PSEUDO_END (__vfork)
+strong_alias (__vfork, __GI___vfork)
 
 weak_alias (__vfork, vfork)
index b77a7bd15fbab52369e4b0531725f1f91df7d2d6..8968caece786fa16a15644726b6bab9654eeaab2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Andreas Schwab <schwab@gnu.org>.
 
@@ -62,5 +62,6 @@ ENTRY (__vfork)
        rts
 
 PSEUDO_END (__vfork)
+strong_alias (__vfork, __GI___vfork)
 
 weak_alias (__vfork, vfork)