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 d1a7591 + a3634a5 commit efeb501Copy full SHA for efeb501
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -371,6 +371,12 @@ pub const LC_ALL_MASK: ::c_int = LC_COLLATE_MASK
371
| LC_TIME_MASK;
372
373
pub const TIOCSIG: ::c_uint = 0x2000745f;
374
+pub const BTUARTDISC: ::c_int = 0x7;
375
+pub const TIOCDCDTIMESTAMP: ::c_uint = 0x40107458;
376
+pub const TIOCISPTMASTER: ::c_uint = 0x20007455;
377
+pub const TIOCMODG: ::c_uint = 0x40047403;
378
+pub const TIOCMODS: ::c_ulong = 0x80047404;
379
+pub const TIOCREMOTE: ::c_ulong = 0x80047469;
380
381
extern {
382
pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int)
0 commit comments