protot/3rdparty/bx/include/compat/freebsd/signal.h

6 lines
87 B
C
Raw Normal View History

2016-08-29 22:31:11 +02:00
#if defined(__GLIBC__)
# include_next <signal.h>
#else
# include <sys/signal.h>
#endif