OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [include/] [sys/] [utime.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1005 ivang
#ifndef _SYS_UTIME_H
2
#define _SYS_UTIME_H
3
 
4
/* This is a dummy <sys/utime.h> file, not customized for any
5
   particular system.  If there is a utime.h in libc/sys/SYSDIR/sys,
6
   it will override this one.  */
7
 
8
#ifdef __cplusplus
9
extern "C" {
10
#endif
11
 
12
struct utimbuf
13
{
14
  time_t actime;
15
  time_t modtime;
16
};
17
 
18
#ifdef __cplusplus
19
};
20
#endif
21
 
22
#endif /* _SYS_UTIME_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.