* 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)
2004-09-15  Richard Henderson  <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/alpha/vfork.S

index 7612730..85ff61f 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-15  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
+
 2004-09-01  David Mosberger  <davidm@hpl.hp.com>
 
        * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h
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)