summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 00:24:14 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 00:24:22 +0100
commit661456adacbf0d37cd5bcb982df652c883057b6a (patch)
treef034ac08b5bbdb74ff13b2d505e7307fa1ca254e /hurd
parent7064d669a103f990d720776838d01d3daad181f3 (diff)
Don't distribute threadvar.h any more
It's not useful to userland any more, and now needs glibc's tls.h
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