Skip to content

Commit

Permalink
Mark gmtoff and tzname as supported on HOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bylaws committed Apr 11, 2021
1 parent f638311 commit de5ced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private.h
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ time_t posix2time(time_t);
guessing if NO_TM_ZONE is defined. Similarly for TM_GMTOFF. */
#if (defined __GLIBC__ \
|| defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ \
|| (defined __APPLE__ && defined __MACH__))
|| (defined __APPLE__ && defined __MACH__) || defined HORIZON_COMPAT)
# if !defined TM_GMTOFF && !defined NO_TM_GMTOFF
# define TM_GMTOFF tm_gmtoff
# endif
Expand Down

0 comments on commit de5ced3

Please sign in to comment.