From ead001fdd6ae56346b210b2c5623a367b73ce11e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 4 Aug 2002 03:17:32 +0000 Subject: Add _LIBC_TSD_KEY_LOCALE. --- linuxthreads/sysdeps/pthread/bits/libc-tsd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/sysdeps/pthread') 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 -- cgit v1.2.3