Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
5afa7dc75cce6b9d7e8cc5d3229859c32cb74c06
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
include
/
sys
/
times.h
blob: 026d140fe1b6e22a499790875669761f0ef8cfb9 [
file
] [
log
] [
blame
]
#ifndef
_SYS_TIMES_H
#include
<posix/sys/times.h>
#ifndef
_ISOMAC
/* Now define the internal interfaces. */
extern
clock_t
__times
(
struct
tms
*
__buffer
);
#endif
#endif