mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
The old timezone(3) function has long since been obsolete and has a fatally flawed interface. Retain this function for compatibility purposes, but shift to providing the offset from UTC in the timezone variable, whether or not the timezone observes summer time in the 'daylight' variable. Document the tzname variable that's already been set. Also make _tztab() static. It's not used in libc (or anywhere in the tree) and it's not exported as a public dynamic symbol. Sponsored by: Netflix Reviewed by: brooks, kib Differential Revision: https://reviews.freebsd.org/D44281
37 lines
421 B
Text
37 lines
421 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;
|
|
};
|
|
|
|
FBSD_1.8 {
|
|
daylight;
|
|
timezone;
|
|
};
|