We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fb5309 + e8bb082 commit 5c2db83Copy full SHA for 5c2db83
libc-test/semver/aix.txt
@@ -2601,6 +2601,7 @@ waitpid
2601
wchar_t
2602
wcslen
2603
wcstombs
2604
+winsize
2605
wmemchr
2606
write
2607
writev
src/unix/mod.rs
@@ -160,7 +160,6 @@ s! {
160
pub revents: c_short,
161
}
162
163
- #[cfg(not(target_os = "aix"))]
164
pub struct winsize {
165
pub ws_row: c_ushort,
166
pub ws_col: c_ushort,
0 commit comments