summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 22:50:23 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 22:50:23 +0100
commit82b26faa33b590efe889c49743b2dc9155fbf469 (patch)
treecb68b65da09a80175679043d55f27725e3616126 /hurd
parent03c61a948807ab5779f745f9c3290ba7eeb2d8b3 (diff)
parent661456adacbf0d37cd5bcb982df652c883057b6a (diff)
Merge branch 't/tls-threadvar' into refs/top-bases/tschwinge/Roger_Whittaker
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 122a5d63ac..3c301b50f3 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