NouVeL/ADVect/ext/bgfx/bx/include/compat/freebsd/signal.h

6 lines
87 B
C
Raw Normal View History

2022-08-18 12:17:43 -04:00
#if defined(__GLIBC__)
# include_next <signal.h>
#else
# include <sys/signal.h>
#endif