aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-01 03:33:06 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-01 03:33:06 +0000
commit96c814d3d866eff5a86599cbe567ca167189c7ea (patch)
treeb7db9cfed4a4797b246836bd8559996eb31ba2fe /nptl/sysdeps/unix
parent3a4d1e1e490a8c98ad8478973936880c3f4af0bd (diff)
downloadglibc-96c814d3d866eff5a86599cbe567ca167189c7ea.tar
glibc-96c814d3d866eff5a86599cbe567ca167189c7ea.tar.gz
glibc-96c814d3d866eff5a86599cbe567ca167189c7ea.tar.bz2
glibc-96c814d3d866eff5a86599cbe567ca167189c7ea.zip
Update.
* sysdeps/unix/sysv/linux/unwindbuf.sym: New file. * sysdeps/unix/sysv/linux/Makefile: Add rule to build unwindbuf.h.
Diffstat (limited to 'nptl/sysdeps/unix')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/Makefile3
-rw-r--r--nptl/sysdeps/unix/sysv/linux/unwindbuf.sym7
2 files changed, 9 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/Makefile b/nptl/sysdeps/unix/sysv/linux/Makefile
index 510232c9c6..c2988bc902 100644
--- a/nptl/sysdeps/unix/sysv/linux/Makefile
+++ b/nptl/sysdeps/unix/sysv/linux/Makefile
@@ -23,7 +23,8 @@ sysdep_routines += register-atfork unregister-atfork libc_pthread_init \
libpthread-sysdep_routines += pt-fork pthread_mutex_cond_lock
-gen-as-const-headers += lowlevelcond.sym lowlevelrwlock.sym lowlevelbarrier.sym
+gen-as-const-headers += lowlevelcond.sym lowlevelrwlock.sym \
+ lowlevelbarrier.sym unwindbuf.sym
endif
ifeq ($(subdir),posix)
diff --git a/nptl/sysdeps/unix/sysv/linux/unwindbuf.sym b/nptl/sysdeps/unix/sysv/linux/unwindbuf.sym
new file mode 100644
index 0000000000..8044b4078c
--- /dev/null
+++ b/nptl/sysdeps/unix/sysv/linux/unwindbuf.sym
@@ -0,0 +1,7 @@
+#include <pthread.h>
+#include <stddef.h>
+
+--
+
+UNWINDBUFSIZE sizeof (__pthread_unwind_buf_t)
+UWJMPBUF offsetof (__pthread_unwind_buf_t, __cancel_jmp_buf)