diff options
| author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 21:31:53 +0000 | 
|---|---|---|
| committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 21:31:53 +0000 | 
| commit | 01015a4321d2af6b665a90a20ea349f02bde6f81 (patch) | |
| tree | 1503ac416cb3e1a4a44f0e19d6e33660ffeaaf8c /libpthread/linuxthreads.old/sysdeps/pthread | |
| parent | 1dd571b7a1719bfe5f4b42571d95fe614510c602 (diff) | |
This header blocked the use of __THROW in libc-internal.h
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/pthread')
| -rw-r--r-- | libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h | 2 | 
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,  | 
