From ead001fdd6ae56346b210b2c5623a367b73ce11e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 4 Aug 2002 03:17:32 +0000 Subject: [PATCH] Add _LIBC_TSD_KEY_LOCALE. --- linuxthreads/sysdeps/pthread/bits/libc-tsd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxthreads/sysdeps/pthread/bits/libc-tsd.h b/linuxthreads/sysdeps/pthread/bits/libc-tsd.h index 79808a5..013d2d6 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 -- 2.7.4