文件操作 - timex.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/arch/nios2/include/asm/timex.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright Altera Corporation (C) 2014. All rights reserved. */ #ifndef _ASM_NIOS2_TIMEX_H #define _ASM_NIOS2_TIMEX_H typedef unsigned long cycles_t; extern cycles_t get_cycles(void); #define get_cycles get_cycles #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback()) #endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件