diff options
Diffstat (limited to 'usr/include/utime.h')
-rw-r--r-- | usr/include/utime.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usr/include/utime.h b/usr/include/utime.h new file mode 100644 index 0000000..fa00604 --- /dev/null +++ b/usr/include/utime.h @@ -0,0 +1,14 @@ +/* + * 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 */ |