From 01015a4321d2af6b665a90a20ea349f02bde6f81 Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Tue, 13 Dec 2005 21:31:53 +0000
Subject: This header blocked the use of __THROW in libc-internal.h

---
 libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h | 2 ++
 1 file changed, 2 insertions(+)

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,
-- 
cgit v1.2.3