blob: 2bc1d995174cd3bc0576db928a825a0ee873e33e [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 */