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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
#ifndef _SYS_UTIME_H
2
#define _SYS_UTIME_H
3
 
4
#ifdef __cplusplus
5
extern "C" {
6
#endif
7
#include <_ansi.h>
8
#include <sys/types.h>
9
 
10
struct utimbuf
11
{
12
  time_t actime;
13
  time_t modtime;
14
};
15
 
16
int _EXFUN(utime, (const char *__path, struct utimbuf *__buf));
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.