mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Use the correct include for pthread_self() on the Hurd. (#129)
This commit is contained in:
committed by
Branimir Karadžić
parent
842e6edbce
commit
eaf552ed32
@@ -49,7 +49,7 @@
|
||||
# elif BX_PLATFORM_OSX
|
||||
# include <mach/mach.h> // mach_task_basic_info
|
||||
# elif BX_PLATFORM_HURD
|
||||
# include <unistd.h> // getpid
|
||||
# include <pthread/pthread.h> // pthread_self
|
||||
# elif BX_PLATFORM_ANDROID
|
||||
# include "debug.h" // getTid is not implemented...
|
||||
# endif // BX_PLATFORM_ANDROID
|
||||
|
||||
Reference in New Issue
Block a user