summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-13 21:31:53 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-13 21:31:53 +0000
commit01015a4321d2af6b665a90a20ea349f02bde6f81 (patch)
tree1503ac416cb3e1a4a44f0e19d6e33660ffeaaf8c /libpthread/linuxthreads.old
parent1dd571b7a1719bfe5f4b42571d95fe614510c602 (diff)
This header blocked the use of __THROW in libc-internal.h
Diffstat (limited to 'libpthread/linuxthreads.old')
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h b/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h
index c152fddba..58b986a49 100644
--- a/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h
+++ b/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h
@@ -20,6 +20,8 @@
#ifndef _BITS_LIBC_TSD_H
#define _BITS_LIBC_TSD_H 1
+#include <libc-internal.h>
+
/* Fast thread-specific data internal to libc. */
enum __libc_tsd_key_t { _LIBC_TSD_KEY_MALLOC = 0,
_LIBC_TSD_KEY_DL_ERROR,