Skip to content

Commit a5c4520

Browse files
committed
[breaking change] PTRACE_GETFPXREGS and PTRACE_SETFPXREGS were incorrectly re-exported on arm but they are x86 specific
1 parent 7d6d6c1 commit a5c4520

File tree

1 file changed

+0
-3
lines changed
  • src/unix/notbsd/linux/other/b32

1 file changed

+0
-3
lines changed

src/unix/notbsd/linux/other/b32/arm.rs

-3
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ pub const SO_RCVBUFFORCE: ::c_int = 33;
136136
pub const FIOCLEX: ::c_ulong = 0x5451;
137137
pub const FIONBIO: ::c_ulong = 0x5421;
138138

139-
pub const PTRACE_GETFPXREGS: ::c_uint = 18;
140-
pub const PTRACE_SETFPXREGS: ::c_uint = 19;
141-
142139
pub const MCL_CURRENT: ::c_int = 0x0001;
143140
pub const MCL_FUTURE: ::c_int = 0x0002;
144141

0 commit comments

Comments
 (0)