summaryrefslogtreecommitdiff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-09-15 12:22:09 +0000
committerRichard Henderson <rth@redhat.com>2004-09-15 12:22:09 +0000
commit424bd2f8cb179a535ecaa3f36385c495befed073 (patch)
tree6688c52831edf763b05c06273ce46585eb76e539 /nptl/sysdeps
parentd1fe1f22192f27425accde26c562f456d835e74a (diff)
* sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
2004-09-15 Richard Henderson <rth@redhat.com> * sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/alpha/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/alpha/vfork.S b/nptl/sysdeps/unix/sysv/linux/alpha/vfork.S
index 8bdf0eb9c8..f4ed9311b0 100644
--- a/nptl/sysdeps/unix/sysv/linux/alpha/vfork.S
+++ b/nptl/sysdeps/unix/sysv/linux/alpha/vfork.S
@@ -42,5 +42,5 @@ PSEUDO (__vfork, vfork, 0)
1: ret
PSEUDO_END (__vfork)
-
+libc_hidden_def (__vfork)
weak_alias (__vfork, vfork)