freebsd-src/lib/libc/stdtime/Symbol.map
Dag-Erling Smørgrav 57ee56578c libc: Test time zone change detection.
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
2025-07-18 19:49:57 +02:00

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
};