mirror of
https://git.freebsd.org/src.git
synced 2026-01-17 07:11:54 +00:00
While here, clean the detection code up a bit. Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc. Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D51343
43 lines
498 B
Text
43 lines
498 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;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
#ifdef DETECT_TZ_CHANGES
|
|
__tz_change_interval;
|
|
#endif
|
|
};
|