Skip to content

Commit dc36824

Browse files
committed
Undefine FIOASYNC for sparc64.
1 parent 3384294 commit dc36824

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux/arch/sparc

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/arch/sparc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ pub const TIOCGEXCL: ::Ioctl = 0x40045440;
158158
pub const TIOCGPTPEER: ::Ioctl = 0x20007489;
159159
pub const FIONCLEX: ::Ioctl = 0x20006602;
160160
pub const FIOCLEX: ::Ioctl = 0x20006601;
161-
pub const FIOASYNC: ::Ioctl = 0x4004667d;
162161
pub const TIOCSERCONFIG: ::Ioctl = 0x5453;
163162
pub const TIOCSERGWILD: ::Ioctl = 0x5454;
164163
pub const TIOCSERSWILD: ::Ioctl = 0x5455;
@@ -173,6 +172,7 @@ pub const TIOCGICOUNT: ::Ioctl = 0x545D;
173172
pub const TIOCSTART: ::Ioctl = 0x2000746e;
174173
pub 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;

0 commit comments

Comments
 (0)