about summary refs log tree commit diff
path: root/hurd/hurd/threadvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurd/threadvar.h')
-rw-r--r--hurd/hurd/threadvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/hurd/threadvar.h b/hurd/hurd/threadvar.h
index b10efe9ada..55cb5af3e8 100644
--- a/hurd/hurd/threadvar.h
+++ b/hurd/hurd/threadvar.h
@@ -1,5 +1,5 @@
 /* Internal per-thread variables for the Hurd.
-   Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1994, 95, 97, 98 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -61,6 +61,7 @@ enum __hurd_threadvar_index
     _HURD_THREADVAR_SIGSTATE,	/* This thread's `struct hurd_sigstate'.  */
     _HURD_THREADVAR_DYNAMIC_USER, /* Dynamically-assigned user variables. */
     _HURD_THREADVAR_MALLOC,	/* For use of malloc. */
+    _HURD_THREADVAR_DL_ERROR,	/* For use of -ldl and dynamic linker. */
     _HURD_THREADVAR_MAX		/* Default value for __hurd_threadvar_max.  */
   };