sigcontext.h

来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 19 行

H
19
字号
/* * BK Id: SCCS/s.sigcontext.h 1.5 05/17/01 18:14:25 cort */#ifndef _ASM_PPC_SIGCONTEXT_H#define _ASM_PPC_SIGCONTEXT_H#include <asm/ptrace.h>struct sigcontext_struct {	unsigned long	_unused[4];	int		signal;	unsigned long	handler;	unsigned long	oldmask;	struct pt_regs 	*regs;};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?