mirror of git://sourceware.org/git/glibc.git
* 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.
This commit is contained in:
parent
d1fe1f2219
commit
424bd2f8cb
|
|
@ -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>
|
2004-09-01 David Mosberger <davidm@hpl.hp.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h
|
* sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h
|
||||||
|
|
|
||||||
|
|
@ -42,5 +42,5 @@ PSEUDO (__vfork, vfork, 0)
|
||||||
1: ret
|
1: ret
|
||||||
|
|
||||||
PSEUDO_END (__vfork)
|
PSEUDO_END (__vfork)
|
||||||
|
libc_hidden_def (__vfork)
|
||||||
weak_alias (__vfork, vfork)
|
weak_alias (__vfork, vfork)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue