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/] [rtems/] [sys/] [utime.h] - Diff between revs 148 and 158

Only display areas with differences | Details | Blame | View Log

Rev 148 Rev 158
/*
/*
 *  $Id: utime.h 148 2010-06-30 19:21:22Z jeremybennett $
 *  $Id: utime.h 148 2010-06-30 19:21:22Z jeremybennett $
 */
 */
 
 
#ifndef __UTIME_h__
#ifndef __UTIME_h__
#define __UTIME_h__
#define __UTIME_h__
 
 
#ifdef __cplusplus
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
#endif
 
 
/*
/*
 *  POSIX 1003.1b 5.6.6 Set File Access and Modification Times
 *  POSIX 1003.1b 5.6.6 Set File Access and Modification Times
 */
 */
 
 
struct utimbuf {
struct utimbuf {
  time_t  actime;   /* Access time */
  time_t  actime;   /* Access time */
  time_t  modtime;  /* Modification time */
  time_t  modtime;  /* Modification time */
};
};
 
 
/* Functions */
/* Functions */
 
 
int utime(
int utime(
  const char           *path,
  const char           *path,
  const struct utimbuf *times
  const struct utimbuf *times
);
);
 
 
#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.