From 96c814d3d866eff5a86599cbe567ca167189c7ea Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Jul 2003 03:33:06 +0000 Subject: Update. * sysdeps/unix/sysv/linux/unwindbuf.sym: New file. * sysdeps/unix/sysv/linux/Makefile: Add rule to build unwindbuf.h. --- nptl/sysdeps/unix/sysv/linux/Makefile | 3 ++- nptl/sysdeps/unix/sysv/linux/unwindbuf.sym | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 nptl/sysdeps/unix/sysv/linux/unwindbuf.sym (limited to 'nptl/sysdeps/unix') 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 +#include + +-- + +UNWINDBUFSIZE sizeof (__pthread_unwind_buf_t) +UWJMPBUF offsetof (__pthread_unwind_buf_t, __cancel_jmp_buf) -- cgit v1.2.3-70-g09d2