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