repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/unix/sysv/linux/x86_64/sysdep.h
[glibc.git]
/
include
/
sys
/
times.h
blob
6ad39fb8c5604f81e94a07e885b82824e0af758c
1
#ifndef _SYS_TIMES_H
2
#include <posix/sys/times.h>
3
4
/* Now define the internal interfaces. */
5
extern
clock_t
__times
(
struct
tms
*
__buffer
);
6
#endif