URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [utime.h] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _LINUX_UTIME_H #define _LINUX_UTIME_H struct utimbuf { time_t actime; time_t modtime; }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log