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
fnmatch: work around GCC compiler warning bug with uninit var
[glibc.git]
/
include
/
sys
/
times.h
blob
026d140fe1b6e22a499790875669761f0ef8cfb9
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