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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [rtems/] [sys/] [utime.h] - Diff between revs 1010 and 1765

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

Rev 1010 Rev 1765
/*
/*
 *  $Id: utime.h,v 1.1 2002-08-23 22:37:59 ivang Exp $
 *  $Id: utime.h,v 1.1 2002-08-23 22:37:59 ivang Exp $
 */
 */
 
 
#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.