Skip to content

Commit

Permalink
[breaking change] PTRACE_GETFPXREGS and PTRACE_SETFPXREGS were incorr…
Browse files Browse the repository at this point in the history
…ectly re-exported on arm but they are x86 specific
  • Loading branch information
gnzlbg committed May 15, 2019
1 parent 7d6d6c1 commit a5c4520
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/unix/notbsd/linux/other/b32/arm.rs
Expand Up @@ -136,9 +136,6 @@ pub const SO_RCVBUFFORCE: ::c_int = 33;
pub const FIOCLEX: ::c_ulong = 0x5451;
pub const FIONBIO: ::c_ulong = 0x5421;

pub const PTRACE_GETFPXREGS: ::c_uint = 18;
pub const PTRACE_SETFPXREGS: ::c_uint = 19;

pub const MCL_CURRENT: ::c_int = 0x0001;
pub const MCL_FUTURE: ::c_int = 0x0002;

Expand Down

0 comments on commit a5c4520

Please sign in to comment.