文件操作 - elf_user.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-113/arch/um/include/shared/elf_user.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2004 Fujitsu Siemens Computers GmbH * Author: Bodo Stroesser <bstroesser@fujitsu-siemens.com> */ #ifndef __ELF_USER_H__ #define __ELF_USER_H__ /* For compilation on a host that doesn't support AT_SYSINFO (Linux 2.4) */ #ifndef AT_SYSINFO #define AT_SYSINFO 32 #endif #ifndef AT_SYSINFO_EHDR #define AT_SYSINFO_EHDR 33 #endif #endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件