📄 archconfig.h
字号:
/* * include/arch/i386/klibc/archconfig.h * * See include/klibc/sysconfig.h for the options that can be set in * this file. * */#ifndef _KLIBC_ARCHCONFIG_H#define _KLIBC_ARCHCONFIG_H/* On i386, only half the signals are accessible using the legacy calls. */#define _KLIBC_USE_RT_SIG 1#endif /* _KLIBC_ARCHCONFIG_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -