We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e0ad9 commit 2b2bfa6Copy full SHA for 2b2bfa6
src/unix/notbsd/linux/other/b32/arm.rs
@@ -136,9 +136,6 @@ pub const SO_RCVBUFFORCE: ::c_int = 33;
136
pub const FIOCLEX: ::c_ulong = 0x5451;
137
pub const FIONBIO: ::c_ulong = 0x5421;
138
139
-pub const PTRACE_GETFPXREGS: ::c_uint = 18;
140
-pub const PTRACE_SETFPXREGS: ::c_uint = 19;
141
-
142
pub const MCL_CURRENT: ::c_int = 0x0001;
143
pub const MCL_FUTURE: ::c_int = 0x0002;
144
0 commit comments