]> sourceware.org Git - glibc.git/commitdiff
* 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 761273094f1c706396ddb34a588d7752bd799f2e..85ff61f17150a56d39bbbfbc4c1be06b67d5502b 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 8bdf0eb9c837045552f5e2d34887cc03ff9227fd..f4ed9311b081f902f51090e95be9912ad7a0a833 100644 (file)
@@ -42,5 +42,5 @@ PSEUDO (__vfork, vfork, 0)
 1:     ret
 
 PSEUDO_END (__vfork)
-
+libc_hidden_def (__vfork)
 weak_alias (__vfork, vfork)
This page took 0.056573 seconds and 5 git commands to generate.