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