mirror of
https://github.com/holub/mame
synced 2025-05-09 15:51:48 +03:00
6 lines
87 B
C
6 lines
87 B
C
#if defined(__GLIBC__)
|
|
# include_next <signal.h>
|
|
#else
|
|
# include <sys/signal.h>
|
|
#endif
|