NEWS: Add new section
[glibc.git] / include / sys / timeb.h
blob2b01dafea7178fc288e06a469fb71da12b3adbc2
1 #include <time/sys/timeb.h>
3 #ifndef _ISOMAC
4 # if __TIMESIZE == 64
5 # define __timeb64 timeb
6 # define __ftime64 ftime
7 # else
8 # include <struct___timeb64.h>
10 extern int __ftime64 (struct __timeb64 *) __nonnull ((1));
11 libc_hidden_proto (__ftime64);
12 # endif
13 #endif