From 65d1407d55e4f7df703f72ac52c9cef37a59be92 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 1 May 2023 14:22:31 +0200 Subject: hurd 64bit: Fix pthread_t/thread_t type to long So that they can be trivially cast to pointer type, like with nptl. --- htl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'htl') diff --git a/htl/Makefile b/htl/Makefile index 0587fd164c..67a2f7fe72 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -159,6 +159,8 @@ headers := \ bits/types/struct___pthread_mutexattr.h \ bits/types/struct___pthread_rwlock.h \ bits/types/struct___pthread_rwlockattr.h \ + bits/types/__pthread_t.h \ + bits/types/__thrd_t.h \ bits/semaphore.h distribute := -- cgit 1.4.1