projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d55d69
)
2002-03-11 Roland McGrath <roland@frob.com>
author
Roland McGrath
<roland@gnu.org>
Mon, 11 Mar 2002 21:28:37 +0000
(21:28 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 11 Mar 2002 21:28:37 +0000
(21:28 +0000)
* hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
hurd/hurd/threadvar.h
patch
|
blob
|
history
diff --git
a/hurd/hurd/threadvar.h
b/hurd/hurd/threadvar.h
index
d68a8d8
..
1c888c8
100644
(file)
--- 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.