Re: [PATCH 0/1] newlib/libc/time/tzset_r.c(_tzset_unlocked_r): add POSIX <> quoted abbrs
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 16 12:18, Brian Inglis wrote: > On 2022-02-16 01:55, Corinna Vinschen wrote: > > On Feb 15 22:38, Brian Inglis wrote: > > > I am inclined to use if defined in order: > > > * limits.h TZNAME_MAX > > > * unistd.h sysconf(_SC_TZNAME_MAX) if available > > > * limits.h _POSIX_TZNAME_MAX > > > * 6! > > > > I'd replace 6 with #error > > That's probably for the best - I'll look at adding that to a v2 patch set > including doc update. > > What is required to remake newlib libc info and man pages? make info / make man? Corinna