aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sparc/vfork.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sparc/vfork.S')
-rw-r--r--sysdeps/unix/sparc/vfork.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sparc/vfork.S b/sysdeps/unix/sparc/vfork.S
index 071ac72..0eb1080 100644
--- a/sysdeps/unix/sparc/vfork.S
+++ b/sysdeps/unix/sparc/vfork.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 94, 95, 97, 99 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 94, 95, 97, 99, 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
@@ -30,5 +30,6 @@ SYSCALL__ (vfork, 0)
sub %o1, 1, %o1
retl
and %o0, %o1, %o0
+strong_alias (__vfork, __GI___vfork)
weak_alias (__vfork, vfork)