diff options
-rw-r--r-- | linuxthreads/sysdeps/pthread/bits/libc-tsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/bits/libc-tsd.h b/linuxthreads/sysdeps/pthread/bits/libc-tsd.h index 79808a5b4d..013d2d6736 100644 --- a/linuxthreads/sysdeps/pthread/bits/libc-tsd.h +++ b/linuxthreads/sysdeps/pthread/bits/libc-tsd.h @@ -24,6 +24,7 @@ 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_N }; #include <tls.h> |