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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [include/] [sys/] [utime.h] - Diff between revs 207 and 520

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 207 Rev 520
#ifndef _SYS_UTIME_H
#ifndef _SYS_UTIME_H
#define _SYS_UTIME_H
#define _SYS_UTIME_H
 
 
/* This is a dummy <sys/utime.h> file, not customized for any
/* This is a dummy <sys/utime.h> file, not customized for any
   particular system.  If there is a utime.h in libc/sys/SYSDIR/sys,
   particular system.  If there is a utime.h in libc/sys/SYSDIR/sys,
   it will override this one.  */
   it will override this one.  */
 
 
#ifdef __cplusplus
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
#endif
 
 
struct utimbuf
struct utimbuf
{
{
  time_t actime;
  time_t actime;
  time_t modtime;
  time_t modtime;
};
};
 
 
#ifdef __cplusplus
#ifdef __cplusplus
};
};
#endif
#endif
 
 
#endif /* _SYS_UTIME_H */
#endif /* _SYS_UTIME_H */
 
 

powered by: WebSVN 2.1.0

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