mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
6 lines
87 B
C
6 lines
87 B
C
#if defined(__GLIBC__)
|
|
# include_next <signal.h>
|
|
#else
|
|
# include <sys/signal.h>
|
|
#endif
|