Sign in
googlers
/
maze
/
klibc
/
282f9091a0087dc5b0eae970c2692785c74067e3
/
.
/
include
/
utime.h
blob: 2e0845b448aff1aa239958049635e9ca54233a8a [
file
] [
log
] [
blame
]
/*
* utime.h
*/
#ifndef
_UTIME_H
#define
_UTIME_H
#include
<klibc/extern.h>
#include
<sys/types.h>
#include
<linux/utime.h>
__extern
int
utime
(
const
char
*,
const
struct
utimbuf
*);
#endif
/* _UTIME_H */