NouVeL/ADVect/ext/bgfx/bx/include/compat/freebsd/signal.h
2022-08-18 12:17:43 -04:00

5 lines
87 B
C

#if defined(__GLIBC__)
# include_next <signal.h>
#else
# include <sys/signal.h>
#endif