mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
These were left over from $FreeBSD$ removal. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D42612 (cherry picked from commit 1ca63a8219b88b752b064d19bd3428c61dbcf1f9)
32 lines
384 B
Text
32 lines
384 B
Text
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;
|
|
offtime_r;
|
|
ctime;
|
|
ctime_r;
|
|
mktime;
|
|
timelocal;
|
|
timegm;
|
|
timeoff;
|
|
time2posix;
|
|
posix2time;
|
|
difftime;
|
|
asctime_r;
|
|
asctime;
|
|
};
|