Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b2bfa6

Browse files
committedMay 15, 2019
[breaking change] PTRACE_GETFPXREGS and PTRACE_SETFPXREGS were incorrectly re-exported on arm but they are x86 specific
1 parent 73e0ad9 commit 2b2bfa6

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)
Please sign in to comment.