about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/hp
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/hp')
-rw-r--r--sysdeps/unix/bsd/hp/m68k/vfork.S3
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)