summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 22:50:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 22:50:26 +0100
commit020b88c84d10b3577c4ad8301f2f51851b077406 (patch)
tree689bb8902ca59b8f2d6d95930debdf15c24c73d3 /hurd
parent53c10cc35d9f0e90f795e7580c52851b13592d3b (diff)
parent661456adacbf0d37cd5bcb982df652c883057b6a (diff)
Merge branch 't/tls-threadvar' into refs/top-bases/t/gsync-libc-merge
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 4f35b65a3b..4c62d6a134 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