diff options
author | Richard Henderson <rth@redhat.com> | 2004-09-15 12:22:09 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-09-15 12:22:09 +0000 |
commit | 424bd2f8cb179a535ecaa3f36385c495befed073 (patch) | |
tree | 6688c52831edf763b05c06273ce46585eb76e539 /nptl | |
parent | d1fe1f22192f27425accde26c562f456d835e74a (diff) | |
download | glibc-424bd2f8cb179a535ecaa3f36385c495befed073.tar glibc-424bd2f8cb179a535ecaa3f36385c495befed073.tar.gz glibc-424bd2f8cb179a535ecaa3f36385c495befed073.tar.bz2 glibc-424bd2f8cb179a535ecaa3f36385c495befed073.zip |
* 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')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/alpha/vfork.S | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 761273094f..85ff61f171 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -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 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) |