diff options
Diffstat (limited to 'sysdeps/unix/mips/fork.S')
-rw-r--r-- | sysdeps/unix/mips/fork.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/mips/fork.S b/sysdeps/unix/mips/fork.S index 3273216030..dcec965671 100644 --- a/sysdeps/unix/mips/fork.S +++ b/sysdeps/unix/mips/fork.S @@ -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) |