Symbol.map revision 169092
1/*
2 * $FreeBSD: head/lib/libc/stdtime/Symbol.map 169092 2007-04-29 14:05:22Z 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	gtime;
31	time2posix;
32	posix2time;
33	difftime;
34	asctime_r;
35	asctime;
36};
37