文件操作 - module.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-113/arch/parisc/include/asm/module.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_PARISC_MODULE_H #define _ASM_PARISC_MODULE_H #include <asm-generic/module.h> /* * This file contains the parisc architecture specific module code. */ struct unwind_table; struct mod_arch_specific { unsigned long got_offset, got_count, got_max; unsigned long fdesc_offset, fdesc_count, fdesc_max; struct { unsigned long stub_offset; unsigned int stub_entries; } *section; int unwind_section; struct unwind_table *unwind; }; #endif /* _ASM_PARISC_MODULE_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件