Add _LIBC_TSD_KEY_LOCALE.
authorUlrich Drepper <drepper@redhat.com>
Sun, 4 Aug 2002 03:17:32 +0000 (03:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 4 Aug 2002 03:17:32 +0000 (03:17 +0000)
linuxthreads/sysdeps/pthread/bits/libc-tsd.h

index 79808a5..013d2d6 100644 (file)
@@ -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>