On Jun 17 10:44, Jeremy Drake via Cygwin-patches wrote: > On Tue, 17 Jun 2025, Corinna Vinschen wrote: > > > On May 29 10:58, Jeremy Drake via Cygwin-patches wrote: > > > + > > > +/* HACK: duplicate some structs from newlib/libc/posix/posix_spawn.c */ > > > > That would be better defined in a common newlib header. > > Is there some precendent on how to handle an "internal" header shared > between newlib and cygwin, but not a "public" header to be installed?
Yes, search the cygwin sources for "setlocale.h". Corinna