1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

Add _LIBC_TSD_KEY_LOCALE.

This commit is contained in:
Ulrich Drepper
2002-08-04 03:17:32 +00:00
parent dc18d4d8e4
commit ead001fdd6

View 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>