?? ld_syscalls.h
字號:
/* Define the __set_errno macro as nothing so that we don't bother * setting errno, which is important since we make system calls * before the errno symbol is dynamicly linked. */#define __set_errno(X) {(void)(X);}#include "sys/syscall.h"
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -