xref: /dragonfly/lib/libc/stdtime/Symbol.map (revision e65bc1c3)
1DF306.0 {
2    asctime;
3    asctime_r;
4    ctime;
5    ctime_r;
6    daylight;
7    difftime;
8    gmtime;
9    gmtime_r;
10    localtime;
11    localtime_r;
12    mktime;
13    offtime;
14    posix2time;
15    strftime;
16    strptime;
17    time2posix;
18    timegm;
19    timelocal;
20    timeoff;
21    tzname;
22    tzset;
23    tzsetwall;
24};
25
26DFprivate_1.0 {
27    _int_to_time;
28    _long_to_time;
29    _time32_to_time;
30    _time64_to_time;
31    _time_to_int;
32    _time_to_long;
33    _time_to_time32;
34    _time_to_time64;
35};
36