Skip to content

Commit ec605ff

Browse files
mbyxtgross35
authored andcommitted
libc: fix ctest failure on freebsd15
1 parent d8b90d6 commit ec605ff

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

libc-test/semver/freebsd.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,9 +1592,7 @@ TIOCGPTN
15921592
TIOCGSID
15931593
TIOCMBIC
15941594
TIOCMBIS
1595-
TIOCMGDTRWAIT
15961595
TIOCMGET
1597-
TIOCMSDTRWAIT
15981596
TIOCMSET
15991597
TIOCM_CAR
16001598
TIOCM_CD

src/unix/bsd/freebsdlike/dragonfly/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,8 @@ pub const LC_ALL_MASK: c_int = LC_COLLATE_MASK
13411341
pub const TIOCSIG: c_ulong = 0x2000745f;
13421342
pub const BTUARTDISC: c_int = 0x7;
13431343
pub const TIOCDCDTIMESTAMP: c_ulong = 0x40107458;
1344+
pub const TIOCMGDTRWAIT: c_ulong = 0x4004745a;
1345+
pub const TIOCMSDTRWAIT: c_ulong = 0x8004745b;
13441346
pub const TIOCISPTMASTER: c_ulong = 0x20007455;
13451347
pub const TIOCMODG: c_ulong = 0x40047403;
13461348
pub const TIOCMODS: c_ulong = 0x80047404;

src/unix/bsd/freebsdlike/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,8 +1238,6 @@ pub const TIOCGETD: c_ulong = 0x4004741a;
12381238
pub const TIOCSETD: c_ulong = 0x8004741b;
12391239
pub const TIOCGDRAINWAIT: c_ulong = 0x40047456;
12401240
pub const TIOCSDRAINWAIT: c_ulong = 0x80047457;
1241-
pub const TIOCMGDTRWAIT: c_ulong = 0x4004745a;
1242-
pub const TIOCMSDTRWAIT: c_ulong = 0x8004745b;
12431241
pub const TIOCDRAIN: c_ulong = 0x2000745e;
12441242
pub const TIOCEXT: c_ulong = 0x80047460;
12451243
pub const TIOCSCTTY: c_ulong = 0x20007461;

0 commit comments

Comments
 (0)