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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [include/] [sys/] [utime.h] - Blame information for rev 385

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

Line No. Rev Author Line
1 30 unneback
/*
2
 *  $Id: utime.h,v 1.2 2001-09-27 11:59:35 chris Exp $
3
 */
4
 
5
#ifndef __UTIME_h__
6
#define __UTIME_h__
7
 
8
/*
9
 *  POSIX 1003.1b 5.6.6 Set File Access and Modification Times
10
 */
11
 
12
struct utimbuf {
13
  time_t  actime;   /* Access time */
14
  time_t  modtime;  /* Modification time */
15
};
16
 
17
/* Functions */
18
 
19
int utime(
20
  const char           *path,
21
  const struct utimbuf *times
22
);
23
 
24
#endif
25
/* end of include file */

powered by: WebSVN 2.1.0

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