2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _LIBROOT_TIMES_PRIVATE_H
6 #define _LIBROOT_TIMES_PRIVATE_H
10 #include <sys/times.h>
16 clock_t __times_beos(struct tms
* tms
);
17 clock_t __times(struct tms
* tms
);
23 #endif // _LIBROOT_TIMES_PRIVATE_H