xm-sysv4.h
来自「GUN开源阻止下的编译器GCC」· C头文件 代码 · 共 12 行
H
12 行
#include "mips/xm-sysv.h"/* SVR4 provides no sys_siglist, but does offer the same data under another name. */#define sys_siglist _sys_siglist/* There is a declaration in /usr/include/signal.h that conflicts with the declarations in collect2.c and mips-tfile.c, so disable gcc's declarations. This is at least true for CDC's EP/IX 2.1.1. It is suspected to be true for RISC/OS 5.x also. */#define DONT_DECLARE_SYS_SIGLIST
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?