Skip to content

Commit

Permalink
Import of CCTZ from GitHub.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561095618
Change-Id: I1834e0155b05b9984145504d5925dc6fa8a3933b
  • Loading branch information
Abseil Team authored and copybara-github committed Aug 29, 2023
1 parent e3fb72f commit ded2ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/time/internal/cctz/src/time_zone_format.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#endif

#if defined(HAS_STRPTIME) && HAS_STRPTIME
#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__)
#if !defined(_XOPEN_SOURCE) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
#define _XOPEN_SOURCE 500 // Exposes definitions for SUSv2 (UNIX 98).
#endif
#endif
Expand Down

0 comments on commit ded2ec0

Please sign in to comment.