Xing Xue

Results 2 issues of Xing Xue

`libcxx std::basic_ios` uses `WEOF` to indicate the `fill` value is uninitialized. On some platforms (e.g AIX and zOS in 64-bit mode) `wchar_t` is 4 bytes `unsigned` and `wint_t` is also...

libc++

The current `libc` crate implementation for AIX defines the `struct sigaction` as containing a union `sa_union` with two members: `__su_handler` and `__su_sigaction`. This mirrors the `struct sigaction` definition in the...

C-API-request