@@ -45,31 +45,27 @@ libc_enum!{
45
45
all( target_os = "linux" , any( target_env = "musl" ,
46
46
target_arch = "mips" ,
47
47
target_arch = "mips64" ,
48
- target_arch = "s390x" ,
49
48
target_arch = "x86_64" ,
50
49
target_pointer_width = "32" ) ) ) ) ]
51
50
PTRACE_GETREGS ,
52
51
#[ cfg( any( all( target_os = "android" , target_pointer_width = "32" ) ,
53
52
all( target_os = "linux" , any( target_env = "musl" ,
54
53
target_arch = "mips" ,
55
54
target_arch = "mips64" ,
56
- target_arch = "s390x" ,
57
55
target_arch = "x86_64" ,
58
56
target_pointer_width = "32" ) ) ) ) ]
59
57
PTRACE_SETREGS ,
60
58
#[ cfg( any( all( target_os = "android" , target_pointer_width = "32" ) ,
61
59
all( target_os = "linux" , any( target_env = "musl" ,
62
60
target_arch = "mips" ,
63
61
target_arch = "mips64" ,
64
- target_arch = "s390x" ,
65
62
target_arch = "x86_64" ,
66
63
target_pointer_width = "32" ) ) ) ) ]
67
64
PTRACE_GETFPREGS ,
68
65
#[ cfg( any( all( target_os = "android" , target_pointer_width = "32" ) ,
69
66
all( target_os = "linux" , any( target_env = "musl" ,
70
67
target_arch = "mips" ,
71
68
target_arch = "mips64" ,
72
- target_arch = "s390x" ,
73
69
target_arch = "x86_64" ,
74
70
target_pointer_width = "32" ) ) ) ) ]
75
71
PTRACE_SETFPREGS ,
@@ -78,14 +74,12 @@ libc_enum!{
78
74
#[ cfg( all( target_os = "linux" , any( target_env = "musl" ,
79
75
target_arch = "mips" ,
80
76
target_arch = "mips64" ,
81
- target_arch = "arm" ,
82
77
target_arch = "x86" ,
83
78
target_arch = "x86_64" ) ) ) ]
84
79
PTRACE_GETFPXREGS ,
85
80
#[ cfg( all( target_os = "linux" , any( target_env = "musl" ,
86
81
target_arch = "mips" ,
87
82
target_arch = "mips64" ,
88
- target_arch = "arm" ,
89
83
target_arch = "x86" ,
90
84
target_arch = "x86_64" ) ) ) ]
91
85
PTRACE_SETFPXREGS ,
0 commit comments