diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 23:04:02 -0600 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 23:04:02 -0600 | 
| commit | e1e46622ac0fce73d802fa4a8a2e83cc25cd9e7a (patch) | |
| tree | 2c8d14e4dcc733f4227f0984ed05da5826b13acd /libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h | |
| parent | 6b6ede3d15f04fe825cfa9f697507457e3640344 (diff) | |
Revert "resolve merge"
This reverts commit 6b6ede3d15f04fe825cfa9f697507457e3640344.
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h')
| -rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h | 14 | 
1 files changed, 1 insertions, 13 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h b/libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h index 97af75ebf..7cc5f9cf6 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h +++ b/libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h @@ -19,19 +19,7 @@  #ifndef _BITS_LIBC_TSD_H  #define _BITS_LIBC_TSD_H 1 -/* Fast thread-specific data internal to libc.  */ -enum __libc_tsd_key_t { _LIBC_TSD_KEY_MALLOC = 0, -			_LIBC_TSD_KEY_DL_ERROR, -			_LIBC_TSD_KEY_RPC_VARS, -			_LIBC_TSD_KEY_LOCALE, -			_LIBC_TSD_KEY_CTYPE_B, -			_LIBC_TSD_KEY_CTYPE_TOLOWER, -			_LIBC_TSD_KEY_CTYPE_TOUPPER, -			_LIBC_TSD_KEY_N }; - -#include <features.h> -#include <linuxthreads.old/internals.h> - +#include <linuxthreads/descr.h>  #ifdef __UCLIBC_HAS_TLS__  #include <tls.h>  | 
