diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-11 21:28:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-11 21:28:37 +0000 |
commit | d6ecea7114d63b1410e6f32ceb168283a06c5df5 (patch) | |
tree | dbce9a4920bc5bccab7296d316f46f7fd933ed75 /hurd | |
parent | 7d55d698b81d858fac3b5e0dcde8bb2a6db70858 (diff) | |
download | glibc-d6ecea7114d63b1410e6f32ceb168283a06c5df5.tar.gz glibc-d6ecea7114d63b1410e6f32ceb168283a06c5df5.tar.xz glibc-d6ecea7114d63b1410e6f32ceb168283a06c5df5.zip |
2002-03-11 Roland McGrath <roland@frob.com>
* hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd/threadvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/hurd/threadvar.h b/hurd/hurd/threadvar.h index d68a8d8925..1c888c8015 100644 --- a/hurd/hurd/threadvar.h +++ b/hurd/hurd/threadvar.h @@ -20,6 +20,8 @@ #ifndef _HURD_THREADVAR_H #define _HURD_THREADVAR_H +#include <features.h> + /* The per-thread variables are found by ANDing this mask with the value of the stack pointer and then adding this offset. |