Update.
[glibc.git] / time / Versions
blob24039f96308494f78382308e0b1397fd73367bf6
1 libc {
2   GLIBC_2.0 {
3     # global variables
4     __timezone; __daylight; __tzname;
6     # functions with special/multiple interfaces
7     __adjtimex;
9     # functions used in other libraries
10     __gmtime_r; __gettimeofday;
12     # variables in normal name space
13     daylight; timezone; tzname;
15     # a*
16     adjtime; adjtimex; asctime; asctime_r;
18     # c*
19     clock; ctime; ctime_r;
21     # d*
22     difftime; dysize;
24     # f*
25     ftime;
27     # g*
28     getitimer; gettimeofday; gmtime; gmtime_r;
30     # l*
31     localtime; localtime_r;
33     # m*
34     mktime;
36     # s*
37     setitimer; settimeofday; stime; strftime; strptime;
39     # t*
40     time; timegm; timelocal; tzset;
41   }
42   GLIBC_2.1 {
43     # variables in normal name space
44     getdate_err;
46     # g*
47     getdate; getdate_r; getitimer;
49     # s*
50     strfxtime;
51   }