blob: 3cb311c126f630e7198df10a2ade156ac94b8a2d [file] [log] [blame]
/*
* utime.h
*/
#ifndef _UTIME_H
#define _UTIME_H
#include <extern.h>
#include <linux/utime.h>
__extern int utime(char *, struct utimbuf *);
#endif _UTIME_H