summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-27 02:08:41 +0000
committerRoland McGrath <roland@gnu.org>2002-08-27 02:08:41 +0000
commitd387cc3fffa54bd0649f439e792b42b38e469c48 (patch)
tree5df10adbbeae3929af8f882584926e8a1fc7cbc6 /hurd
parente0cffcf6bfebd30c329d87a77891e57a0b51fd95 (diff)
2002-08-26 Roland McGrath <roland@frob.com>
* hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add _HURD_THREADVAR_LOCALE.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurd/threadvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd/threadvar.h b/hurd/hurd/threadvar.h
index 1c888c8015..bf368727fd 100644
--- a/hurd/hurd/threadvar.h
+++ b/hurd/hurd/threadvar.h
@@ -65,6 +65,7 @@ enum __hurd_threadvar_index
_HURD_THREADVAR_MALLOC, /* For use of malloc. */
_HURD_THREADVAR_DL_ERROR, /* For use of -ldl and dynamic linker. */
_HURD_THREADVAR_RPC_VARS, /* For state of RPC functions. */
+ _HURD_THREADVAR_LOCALE, /* For thread-locale locale setting. */
_HURD_THREADVAR_MAX /* Default value for __hurd_threadvar_max. */
};