File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/unix/linux_like/linux/arch/sparc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ pub const TIOCGEXCL: ::Ioctl = 0x40045440;
158158pub const TIOCGPTPEER : :: Ioctl = 0x20007489 ;
159159pub const FIONCLEX : :: Ioctl = 0x20006602 ;
160160pub const FIOCLEX : :: Ioctl = 0x20006601 ;
161- pub const FIOASYNC : :: Ioctl = 0x4004667d ;
162161pub const TIOCSERCONFIG : :: Ioctl = 0x5453 ;
163162pub const TIOCSERGWILD : :: Ioctl = 0x5454 ;
164163pub const TIOCSERSWILD : :: Ioctl = 0x5455 ;
@@ -173,6 +172,7 @@ pub const TIOCGICOUNT: ::Ioctl = 0x545D;
173172pub const TIOCSTART : :: Ioctl = 0x2000746e ;
174173pub const TIOCSTOP : :: Ioctl = 0x2000746f ;
175174
175+ //pub const FIOASYNC: ::Ioctl = 0x4004667d;
176176//pub const FIOQSIZE: ::Ioctl = ;
177177//pub const TIOCGISO7816: ::Ioctl = 0x40285443;
178178//pub const TIOCSISO7816: ::Ioctl = 0xc0285444;
You can’t perform that action at this time.
0 commit comments