mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
bx: use system signal.h on glibc systems
On GNU/kFreeBSD, sys/signal.h is only a wrapper around glibc signal.h anyway, leading to a #include loop in this case.
This commit is contained in:
parent
c904fc121c
commit
8fb0ab46bb
4
3rdparty/bx/include/compat/freebsd/signal.h
vendored
4
3rdparty/bx/include/compat/freebsd/signal.h
vendored
@ -1 +1,5 @@
|
|||||||
|
#ifdef __GLIBC__
|
||||||
|
#include_next <signal.h>
|
||||||
|
#else
|
||||||
#include <sys/signal.h>
|
#include <sys/signal.h>
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user