newlib-cygwin/winsup/cygwin/release/3.4.8

23 lines
906 B
Groff

Bug Fixes
---------
- Make <sys/cpuset.h> safe for c89 compilations.
Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html
- Make gcc-specific code in <sys/cpuset.h> compiler-agnostic.
Addresses: https://cygwin.com/pipermail/cygwin/2023-July/253927.html
- Fix AT_EMPTY_PATH handling in fchmodat and fstatat if dirfd referres to
a file other than a directory
Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q2/012306.html
- Rename internal macros _NL_CTYPE_OUTDIGITSx_MB/WC to GLibc compatible
_NL_CTYPE_OUTDIGITx_MB/WC.
Addresses: https://cygwin.com/pipermail/cygwin-developers/2023-July/012637.html
- Fix memory leak in printf() regarding gdtoa-based _ldtoa_r().
Addresses: https://cygwin.com/pipermail/cygwin/2023-July/254054.html
- Fix a bug introduced in cygwin 3.4.5 that open_shared() does not set
access permissions as requested by its argument.