* sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
authorRichard Henderson <rth@redhat.com>
Wed, 15 Sep 2004 12:22:09 +0000 (12:22 +0000)
committerRichard Henderson <rth@redhat.com>
Wed, 15 Sep 2004 12:22:09 +0000 (12:22 +0000)
sysdeps/unix/sysv/linux/alpha/nptl/vfork.S

index 8bdf0eb..f4ed931 100644 (file)
@@ -42,5 +42,5 @@ PSEUDO (__vfork, vfork, 0)
 1:     ret
 
 PSEUDO_END (__vfork)
-
+libc_hidden_def (__vfork)
 weak_alias (__vfork, vfork)