diff options
Diffstat (limited to 'sysdeps/unix/bsd/sun')
-rw-r--r-- | sysdeps/unix/bsd/sun/m68k/vfork.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/sun/m68k/vfork.S b/sysdeps/unix/bsd/sun/m68k/vfork.S index fe0309e3aa..006688936b 100644 --- a/sysdeps/unix/bsd/sun/m68k/vfork.S +++ b/sysdeps/unix/bsd/sun/m68k/vfork.S @@ -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) |