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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [utime.h] - Rev 148

Go to most recent revision | Compare with Previous | Blame | View Log

#ifndef	_SYS_UTIME_H
#define	_SYS_UTIME_H	1
 
#include <sys/types.h>
 
struct utimbuf
  {
    time_t actime;		/* Access time.  */
    time_t modtime;		/* Modification time.  */
  };
 
int _EXFUN(utime, (const char *__file, const struct utimbuf *__times));
 
#endif /* _SYS_UTIME_H */
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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