Merge branch 'vendor/OPENRESOLV' with the following changes:
[dragonfly.git] / lib / libc / stdtime / Symbol.map
1 DF404.0 {
2     _int_to_time;
3     _long_to_time;
4     _time32_to_time;
5     _time64_to_time;
6     _time_to_int;
7     _time_to_long;
8     _time_to_time32;
9     _time_to_time64;
10     asctime;
11     asctime_r;
12     ctime;
13     ctime_r;
14     daylight;
15     difftime;
16     gmtime;
17     gmtime_r;
18     localtime;
19     localtime_r;
20     mktime;
21     offtime;
22     posix2time;
23     strftime;
24     strftime_l;
25     strptime;
26     strptime_l;
27     timegm;
28     time2posix;
29     timelocal;
30     timeoff;
31     timezone;
32     tzname;
33     tzset;
34     tzsetwall;
35 };
36
37 DF406.0 {
38     timespec_get;
39 };