Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
my_thread: Use unsigned long long for storing pthread IDs
This is a fix for operating systems that have pthread_t defined as a pointer and use the default pthread_self() mechanism for identifying threads. More specifically, this is a build fix for NetBSD. Any changes I submit are freely available under the new BSD license. Signed-off-by: Nia Alarie <nia@NetBSD.org>
- Loading branch information