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 */