summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-09 03:48:31 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-09 03:48:31 +0000
commit86ce3680e3a24be36ee35e576252f0eade9d9247 (patch)
treef692a094fa3fd47c438fa7a28077b3eb5d41ecce /libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym
parenta1e343e6797a49d882e36b77669e9496baf84e2c (diff)
downloaduClibc-alpine-86ce3680e3a24be36ee35e576252f0eade9d9247.tar.bz2
uClibc-alpine-86ce3680e3a24be36ee35e576252f0eade9d9247.tar.xz
Die! Die! Die!
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym16
1 files changed, 0 insertions, 16 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym b/libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym
deleted file mode 100644
index c5e797806..000000000
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <stddef.h>
-#include <sched.h>
-#include <bits/pthreadtypes.h>
-#include <internaltypes.h>
-
---
-
-cond_lock offsetof (pthread_cond_t, __data.__lock)
-cond_futex offsetof (pthread_cond_t, __data.__futex)
-cond_nwaiters offsetof (pthread_cond_t, __data.__nwaiters)
-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)
-dep_mutex offsetof (pthread_cond_t, __data.__mutex)
-broadcast_seq offsetof (pthread_cond_t, __data.__broadcast_seq)
-clock_bits COND_CLOCK_BITS