diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2002-08-04 03:17:32 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-04 03:17:32 +0000 |
| commit | ead001fdd6ae56346b210b2c5623a367b73ce11e (patch) | |
| tree | 92622b2fda7d05a002cfdc08b8b170c289798964 /linuxthreads/sysdeps/pthread | |
| parent | dc18d4d8e4bac967ff29853d2d8cab191d82d535 (diff) | |
| download | glibc-ead001fdd6ae56346b210b2c5623a367b73ce11e.tar.xz glibc-ead001fdd6ae56346b210b2c5623a367b73ce11e.zip | |
Add _LIBC_TSD_KEY_LOCALE.
Diffstat (limited to 'linuxthreads/sysdeps/pthread')
| -rw-r--r-- | linuxthreads/sysdeps/pthread/bits/libc-tsd.h | 1 |
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> |
