diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 11:10:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-31 11:10:33 +0000 |
commit | c505de0a40ab51521571ad9da11fdd387b63ba3a (patch) | |
tree | 35c57500426b89b3cfc391ee8ce82105313276f8 /sysdeps/unix/bsd/hp | |
parent | 7e587d1822a6f2a0020275c0e855dd9984a6977d (diff) | |
download | glibc-c505de0a40ab51521571ad9da11fdd387b63ba3a.tar glibc-c505de0a40ab51521571ad9da11fdd387b63ba3a.tar.gz glibc-c505de0a40ab51521571ad9da11fdd387b63ba3a.tar.bz2 glibc-c505de0a40ab51521571ad9da11fdd387b63ba3a.zip |
Add __GI___vfork alias.
Diffstat (limited to 'sysdeps/unix/bsd/hp')
-rw-r--r-- | sysdeps/unix/bsd/hp/m68k/vfork.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/hp/m68k/vfork.S b/sysdeps/unix/bsd/hp/m68k/vfork.S index 4bb5939dbe..0e15a5089d 100644 --- a/sysdeps/unix/bsd/hp/m68k/vfork.S +++ b/sysdeps/unix/bsd/hp/m68k/vfork.S @@ -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) |