![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef _LINUX_UTIME_H 0003 #define _LINUX_UTIME_H 0004 0005 #include <linux/types.h> 0006 0007 struct utimbuf { 0008 __kernel_old_time_t actime; 0009 __kernel_old_time_t modtime; 0010 }; 0011 0012 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |