diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-01 14:22:31 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-01 15:05:09 +0200 |
commit | 65d1407d55e4f7df703f72ac52c9cef37a59be92 (patch) | |
tree | 66b4a13eecaad95928683cefe07059ac29b755ad /htl/Makefile | |
parent | 7647d1901ea2b34fafd95ecddf52905a3d314368 (diff) | |
download | glibc-65d1407d55e4f7df703f72ac52c9cef37a59be92.tar.gz glibc-65d1407d55e4f7df703f72ac52c9cef37a59be92.tar.xz glibc-65d1407d55e4f7df703f72ac52c9cef37a59be92.zip |
hurd 64bit: Fix pthread_t/thread_t type to long
So that they can be trivially cast to pointer type, like with nptl.
Diffstat (limited to 'htl/Makefile')
-rw-r--r-- | htl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 := |