about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-04 03:17:32 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-04 03:17:32 +0000
commitead001fdd6ae56346b210b2c5623a367b73ce11e (patch)
tree92622b2fda7d05a002cfdc08b8b170c289798964 /linuxthreads
parentdc18d4d8e4bac967ff29853d2d8cab191d82d535 (diff)
downloadglibc-ead001fdd6ae56346b210b2c5623a367b73ce11e.tar.gz
glibc-ead001fdd6ae56346b210b2c5623a367b73ce11e.tar.xz
glibc-ead001fdd6ae56346b210b2c5623a367b73ce11e.zip
Add _LIBC_TSD_KEY_LOCALE.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/sysdeps/pthread/bits/libc-tsd.h1
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>