]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/stdtime/Symbol.map
Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41
[FreeBSD/FreeBSD.git] / lib / libc / stdtime / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 FBSD_1.0 {
6         _time32_to_time;
7         _time_to_time32;
8         _time64_to_time;
9         _time_to_time64;
10         _time_to_long;
11         _long_to_time;
12         _time_to_int;
13         _int_to_time;
14         strptime;
15         strftime;
16         tzname;
17         tzsetwall;
18         tzset;
19         localtime;
20         localtime_r;
21         gmtime;
22         gmtime_r;
23         offtime;
24         offtime_r;
25         ctime;
26         ctime_r;
27         mktime;
28         timelocal;
29         timegm;
30         timeoff;
31         time2posix;
32         posix2time;
33         difftime;
34         asctime_r;
35         asctime;
36 };