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