aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/powerpc/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-14 05:22:43 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-14 05:22:43 +0000
commite2982bf018ff39fcfb452012027479a07457fa92 (patch)
tree62820a6b63ee85953b763f3393eb8b5a6bfe5f01 /nptl/sysdeps/unix/sysv/linux/powerpc/Versions
parent40b334afb47c606d39a5be4119378596dde2cffc (diff)
downloadglibc-e2982bf018ff39fcfb452012027479a07457fa92.tar
glibc-e2982bf018ff39fcfb452012027479a07457fa92.tar.gz
glibc-e2982bf018ff39fcfb452012027479a07457fa92.tar.bz2
glibc-e2982bf018ff39fcfb452012027479a07457fa92.zip
Update.
2004-01-29 Steven Munroe <sjmunroe@us.ibm.com> * Makefile (libpthread-routines): Add pt-cleanup. * pt-longjmp.c: Removed. * pt-cleanup.c: Copied __pthread_cleanup_upto to here. New file. * sysdeps/generic/pt-longjmp.c: Copied longjmp to here. New file. * sysdeps/unix/sysv/linux/powerpc/Versions: New file. Version longjmp, siglongjmp for GLIBC_2.3.4. * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: New File.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/powerpc/Versions')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/powerpc/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/Versions b/nptl/sysdeps/unix/sysv/linux/powerpc/Versions
new file mode 100644
index 0000000000..f63cf41358
--- /dev/null
+++ b/nptl/sysdeps/unix/sysv/linux/powerpc/Versions
@@ -0,0 +1,5 @@
+libpthread {
+ GLIBC_2.3.4 {
+ longjmp; siglongjmp;
+ }
+}