Symbol.map revision 170154
1/*
2 * $FreeBSD: head/lib/libc/stdtime/Symbol.map 170154 2007-05-31 13:01:34Z deischen $
3 */
4
5FBSD_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};
36