Sign in
googlers
/
maze
/
klibc
/
ad6cb3fea7ce96aec76b3d147a43fb330a7ccf93
/
.
/
include
/
utime.h
blob: 1453696f26d172c707e7e61cc3be8486be86e435 [
file
] [
log
] [
blame
]
/*
* utime.h
*/
#ifndef
_UTIME_H
#define
_UTIME_H
#include
<klibc/extern.h>
#include
<linux/utime.h>
__extern
int
utime
(
char
*,
struct
utimbuf
*);
#endif
_UTIME_H