Skip to content

Commit 0f61ab8

Browse files
1 parent 2aa834e commit 0f61ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/cygwin/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ pub const TIOCM_RTS: c_int = 0x004;
10381038
pub const TIOCM_CTS: c_int = 0x020;
10391039
pub const TIOCM_CAR: c_int = 0x040;
10401040
pub const TIOCM_RNG: c_int = 0x080;
1041+
pub const TIOCM_DSR: c_int = 0x100;
10411042
pub const TIOCM_CD: c_int = TIOCM_CAR;
10421043
pub const TIOCM_RI: c_int = TIOCM_RNG;
10431044
pub const TCOOFF: c_int = 0;

0 commit comments

Comments
 (0)