mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
8 lines
206 B
C
8 lines
206 B
C
#include "mips/xm-sysv.h"
|
|
|
|
/* SVR4 provides no sys_siglist,
|
|
but does offer the same data under another name. */
|
|
#define sys_siglist _sys_siglist
|
|
#undef SYS_SIGLIST_DECLARED
|
|
#define SYS_SIGLIST_DECLARED
|