Skip to content

Commit a65fd5f

Browse files
author
Xing Xue
committed
Retore struct winsize.
1 parent 0fb5309 commit a65fd5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ s! {
160160
pub revents: c_short,
161161
}
162162

163-
#[cfg(not(target_os = "aix"))]
164163
pub struct winsize {
165164
pub ws_row: c_ushort,
166165
pub ws_col: c_ushort,

0 commit comments

Comments
 (0)