summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 22:50:30 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 22:50:30 +0100
commit58e8d4808f43fbad8459032aea04998a94f9e8ba (patch)
tree62c62b12f56bf2cc5490680a19f8d31f58d8fdf1 /hurd
parentf745069894b1348a68667aad61606d2b022c426c (diff)
parent661456adacbf0d37cd5bcb982df652c883057b6a (diff)
Merge branch 't/tls-threadvar' into refs/top-bases/t/ONSTACK
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 1e7d808ea8..803e5b7ad2 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -21,10 +21,10 @@ include ../Makeconfig
headers = hurd.h $(interface-headers) \
$(addprefix hurd/,fd.h id.h port.h signal.h sigpreempt.h ioctl.h\
- userlink.h resource.h threadvar.h lookup.h)
+ userlink.h resource.h lookup.h)
inline-headers = hurd.h $(addprefix hurd/,fd.h signal.h \
- userlink.h threadvar.h port.h)
+ userlink.h port.h)
# The RPC interfaces go in a separate library.
interface-library := libhurduser