]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/stdtime/Symbol.map
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         ctime;
25         ctime_r;
26         mktime;
27         timelocal;
28         timegm;
29         timeoff;
30         time2posix;
31         posix2time;
32         difftime;
33         asctime_r;
34         asctime;
35 };