URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [sysvi386/] [sys/] [utime.h] - Rev 816
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 */