Re: localename-unsafe: Add support for illumos getlocalename_l()

2025-05-04 Thread Bruno Haible via Gnulib discussion list
Hi Andy, > > I was going to test the attached patch, but find that I cannot test it: > > The commit > > https://github.com/illumos/illumos-gate/commit/004345e48064ccd168d15f66eba2031c6090ccee > > is from 2025-04-24. > > - In OmniOS, https://downloads.omnios.org/media/, the latest 'bloody' > > b

Re: localename-unsafe: Add support for illumos getlocalename_l()

2025-05-04 Thread Andy Fiddaman
On Sun, 4 May 2025, Bruno Haible wrote: > Hi, > > Andy Fiddaman wrote: > > The attached patch adds support for using the POSIX getlocalename_l() > > function > > in illumos to avoid having to reach into undocumented/opaque structs. > > Thanks for notifying us about this. Yes, the purpose of ge

Re: localename-unsafe: Add support for illumos getlocalename_l()

2025-05-04 Thread Bruno Haible via Gnulib discussion list
Hi, Andy Fiddaman wrote: > The attached patch adds support for using the POSIX getlocalename_l() function > in illumos to avoid having to reach into undocumented/opaque structs. Thanks for notifying us about this. Yes, the purpose of getlocalename_l() in POSIX is to avoid peeking into undocumente

localename-unsafe: Add support for illumos getlocalename_l()

2025-05-03 Thread Andy Fiddaman
The attached patch adds support for using the POSIX getlocalename_l() function in illumos to avoid having to reach into undocumented/opaque structs. This function was added to illumos in April 2025 in https://www.illumos.org/issues/17382 as part of the efforts to implement the requirements of POSI