Commit 3ac54e2
fix(libc): prefix unused syscall args with underscore
The syscall() stub function requires this signature for C ABI compatibility
but the current implementation doesn't use the arguments (returns fixed
values for FUTEX and GETRANDOM). Prefix with underscore to silence warnings.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent adfb6ef commit 3ac54e2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
0 commit comments