binfmts.h
来自「Axis 221 camera embedded programing inte」· C头文件 代码 · 共 19 行
H
19 行
#ifndef _LINUX_BINFMTS_H#define _LINUX_BINFMTS_H#include <linux/capability.h>struct pt_regs;/* * MAX_ARG_PAGES defines the number of pages allocated for arguments * and envelope for the new program. 32 should suffice, this gives * a maximum env+arg of 128kB w/4KB pages! */#define MAX_ARG_PAGES 32/* sizeof(linux_binprm->buf) */#define BINPRM_BUF_SIZE 128#endif /* _LINUX_BINFMTS_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?