URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [sysvi386/] [sys/] [utime.h] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _SYS_UTIME_H # define _SYS_UTIME_H #include <time.h> struct utimbuf { time_t actime; time_t modtime; }; #endif /* _SYS_UTIME_H */
Go to most recent revision | Compare with Previous | Blame | View Log