Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf76ded commit d269543Copy full SHA for d269543
1 file changed
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