chiark / gitweb /
Make run_directory.c stat the place it is going to try to run.
[elogind.git] / klibc / include / utime.h
1 /*
2  * utime.h
3  */
4
5 #ifndef _UTIME_H
6 #define _UTIME_H
7
8 #include <klibc/extern.h>
9 #include <sys/types.h>
10 #include <linux/utime.h>
11
12 __extern int utime(const char *, const struct utimbuf *);
13
14 #endif /* _UTIME_H */
15