On Jun 20, 2023, at 2:00 PM, enh via tz <tz@iana.org> wrote:
it's actually the openbsd strptime.c that's unhappy: ``` In file included from bionic/libc/tzcode/strptime.c:40:
I see the string "bionic" rather than "openbsd" there, so that appears to be *Bionic's* strptime.c that's unhappy. Is there a requirement that Bionic's strptime.c be unchanged from OpenBSD's? (BTW, is there some software using Markdown involved here? the ``` won't change the formatting to fixed format in plain-text or HTML email; in the former, what you see is pretty much what you get, and in the latter, you'd need whatever tags ``` turns into.)
(since we already have local changes in that file for gnu extensions that openbsd wasn't interested in, i've just reordered the #includes.)
Exactly.