diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-10 08:50:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-10 08:50:26 +0000 |
commit | f9cd7dfd6b27129e677f6526b5f86fbb11030044 (patch) | |
tree | 5f9fad057837b6f810bed20f64ee612de7c7bc38 /nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym | |
parent | 48f3314a00c7078ee985eba3ee93431c1d591f1e (diff) | |
download | glibc-f9cd7dfd6b27129e677f6526b5f86fbb11030044.tar.gz glibc-f9cd7dfd6b27129e677f6526b5f86fbb11030044.tar.xz glibc-f9cd7dfd6b27129e677f6526b5f86fbb11030044.zip |
2003-03-10 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/lowlevelcond.sym: New file. * sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add it. * sysdeps/unix/sysv/linux/sh/lowlevelcond.h: File removed. * sysdeps/unix/sysv/linux/i386/lowlevelcond.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/lowlevelcond.h: Likewise.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym b/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym new file mode 100644 index 0000000000..17c1825483 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym @@ -0,0 +1,9 @@ +#include <stddef.h> +#include <bits/pthreadtypes.h> + +-- + +cond_lock offsetof (pthread_cond_t, __data.__lock) +total_seq offsetof (pthread_cond_t, __data.__total_seq) +wakeup_seq offsetof (pthread_cond_t, __data.__wakeup_seq) +woken_seq offsetof (pthread_cond_t, __data.__woken_seq) |