summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/Symbol.map
blob: 43c1c47c0ba1c876092d9f0fcf202d69d8a1af47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * $FreeBSD$
 */

FBSD_1.0 {
	_time32_to_time;
	_time_to_time32;
	_time64_to_time;
	_time_to_time64;
	_time_to_long;
	_long_to_time;
	_time_to_int;
	_int_to_time;
	strptime;
	strftime;
	tzname;
	tzsetwall;
	tzset;
	localtime;
	localtime_r;
	gmtime;
	gmtime_r;
	offtime;
	ctime;
	ctime_r;
	mktime;
	timelocal;
	timegm;
	timeoff;
	gtime;
	time2posix;
	posix2time;
	difftime;
	asctime_r;
	asctime;
};
OpenPOWER on IntegriCloud