2002-03-11 Roland McGrath <roland@frob.com>

* hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
This commit is contained in:
Roland McGrath 2002-03-11 21:28:37 +00:00
parent 7d55d698b8
commit d6ecea7114

View File

@ -20,6 +20,8 @@
#ifndef _HURD_THREADVAR_H #ifndef _HURD_THREADVAR_H
#define _HURD_THREADVAR_H #define _HURD_THREADVAR_H
#include <features.h>
/* The per-thread variables are found by ANDing this mask /* The per-thread variables are found by ANDing this mask
with the value of the stack pointer and then adding this offset. with the value of the stack pointer and then adding this offset.