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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
/* sys/utime.h
2
 
3
   Copyright 2001 Red Hat, Inc.
4
 
5
   This software is a copyrighted work licensed under the terms of the
6
   Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
7
   details. */
8
 
9
#ifndef _SYS_UTIME_H
10
#define _SYS_UTIME_H
11
 
12
#ifdef __cplusplus
13
extern "C" {
14
#endif
15
#include <_ansi.h>
16
#include <sys/types.h>
17
 
18
struct utimbuf
19
{
20
  time_t actime;
21
  time_t modtime;
22
};
23
 
24
int _EXFUN(utime, (const char *__path, struct utimbuf *__buf));
25
 
26
#ifdef __cplusplus
27
};
28
#endif
29
 
30
#endif /* _SYS_UTIME_H */

powered by: WebSVN 2.1.0

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