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
elf: Add all malloc tunable to unsecvars
[glibc.git]
/
include
/
sys
/
timeb.h
blob
2b01dafea7178fc288e06a469fb71da12b3adbc2
1
#include <time/sys/timeb.h>
2
3
#ifndef _ISOMAC
4
# if __TIMESIZE == 64
5
# define __timeb64 timeb
6
# define __ftime64 ftime
7
# else
8
# include <struct___timeb64.h>
9
10
extern
int
__ftime64
(
struct
__timeb64
*)
__nonnull
((
1
));
11
libc_hidden_proto
(
__ftime64
);
12
# endif
13
#endif