Re: /usr/include/stdatomic.h is not self-contained (fwd from Cygwin list)
Corinna Vinschen <[email protected]> Mon, 9 Feb 2026 16:46:16 +0100
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 9 15:38, Corinna Vinschen wrote: > (*) But needs an update because it doesn't handle atomic_char8_t at > all and disabled the atomic definitions for atomic_char16_t and > atomic_char32_t, all of which are defined on Cygwin. Fixed that part by defining __char16_t and __char32_t in machine/_default_types.h. Corinna