diff options
Diffstat (limited to 'usr/include/sys/utime.h')
-rw-r--r-- | usr/include/sys/utime.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/include/sys/utime.h b/usr/include/sys/utime.h new file mode 100644 index 0000000..55415db --- /dev/null +++ b/usr/include/sys/utime.h @@ -0,0 +1,11 @@ +/* + * sys/utime.h + */ + +#ifndef _SYS_UTIME_H +#define _SYS_UTIME_H + +#include <sys/types.h> +#include <linux/utime.h> + +#endif /* _SYS_UTIME_H */ |