Newer
Older
UbixOS / src / lib / libc_bsd / stdtime / Symbol.map
@Charlie Root Charlie Root on 31 Dec 2017 472 bytes Sync
/*
 * $FreeBSD: releng/10.2/lib/libc/stdtime/Symbol.map 170154 2007-05-31 13:01:34Z deischen $
 */

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;
	time2posix;
	posix2time;
	difftime;
	asctime_r;
	asctime;
};