Skip to content

Commit 85a95b8

Browse files
MarcondiroJohnTitor
authored andcommitted
Rename wrongly named field sval to rval.
`__c_anonymous_ptrace_syscall_info_exit` field was wrongly named `sval` instead of `rval`. Fix it by renaming the field.
1 parent 288706a commit 85a95b8

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux/gnu

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/gnu/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ s! {
172172
}
173173

174174
pub struct __c_anonymous_ptrace_syscall_info_exit {
175-
pub sval: crate::__s64,
175+
pub rval: crate::__s64,
176176
pub is_error: crate::__u8,
177177
}
178178

0 commit comments

Comments
 (0)