Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
bdd93d52cf43d2991561d70e238bf11e422b794b
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
include
/
sys
/
times.h
blob: 026d140fe1b6e22a499790875669761f0ef8cfb9 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
#ifndef
_SYS_TIMES_H
2
#include
<posix/sys/times.h>
3
4
#ifndef
_ISOMAC
5
/* Now define the internal interfaces. */
6
extern
clock_t
__times
(
struct
tms
*
__buffer
);
7
#endif
8
#endif