Skip to content

Commit

Permalink
Merge pull request #2165 from ghaerr/strace
Browse files Browse the repository at this point in the history
[kernel] Fix sysctl parms in strace.h
  • Loading branch information
ghaerr authored Dec 30, 2024
2 parents 28934c1 + 39ee0de commit 1d9d41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elks/arch/i86/kernel/strace.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ struct sc_info elks_table1[] = {
ENTRY("sbrk", packinfo(1, P_SSHORT, P_NONE, P_NONE )),
ENTRY("ustatfs", packinfo(3, P_USHORT, P_PDATA, P_SSHORT )), // 70
ENTRY("setitimer", packinfo(3, P_SSHORT, P_PDATA, P_PDATA )),
ENTRY("sysctl", packinfo(3, P_SSHORT, P_STR, P_SSHORT )),
ENTRY("sysctl", packinfo(3, P_SSHORT, P_STR, P_PSSHORT)),
ENTRY(0, packinfo(0, P_NONE, P_NONE, P_NONE )),
ENTRY("uname", packinfo(1, P_PDATA, P_NONE, P_NONE )), // 74
};
Expand Down

0 comments on commit 1d9d41f

Please sign in to comment.