Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
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