summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/pthread
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-02-19 08:01:00 -0800
committerKhem Raj <raj.khem@gmail.com>2010-02-19 08:05:30 -0800
commit8b63e7d52e4519a47fa1365f2e19d35de0db3a9d (patch)
treec303195ece7e1dab0469f37651340bc82af6b45c /libpthread/nptl/sysdeps/pthread
parent4c15dd5a77e2df399ea3c4e6818cad4df42c0219 (diff)
Add dummy tcb-offsets.h
* This file is used during creation of real tcb-offsets.h because lowlevellock.h from i386 also include tcb-offsets.h and it is inturn included by tls.h and tls.h is used in the dummy C file generated from tcb-offsets.sym, it created a catch-22 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread')
-rw-r--r--libpthread/nptl/sysdeps/pthread/tcb-offsets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/tcb-offsets.h b/libpthread/nptl/sysdeps/pthread/tcb-offsets.h
new file mode 100644
index 000000000..3fe13702e
--- /dev/null
+++ b/libpthread/nptl/sysdeps/pthread/tcb-offsets.h
@@ -0,0 +1 @@
+/* This is overridden by generated tcb-offsets.h on arches which need it. */