Sign in
googlers
/
maze
/
klibc
/
72a6e871639c36b949c6aa3d8429100e63d20796
/
.
/
usr
/
include
/
utime.h
blob: fa0060487e8edf58860315c2cbc4cd984678bce3 [
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 */