mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
Include FreeBSD-specific header only on FreeBSD.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#if BX_PLATFORM_POSIX
|
||||
# include <pthread.h>
|
||||
# if BX_PLATFORM_BSD
|
||||
# if defined(__FreeBSD__)
|
||||
# include <pthread_np.h>
|
||||
# endif
|
||||
# if defined(__GLIBC__) && !( (__GLIBC__ > 2) || ( (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 12) ) )
|
||||
|
||||
Reference in New Issue
Block a user