Remove unnecessary attributes

This commit is contained in:
ge
2026-05-31 22:41:12 +03:00
parent 6c3f40179b
commit 5636f29acd
-4
View File
@@ -1,15 +1,11 @@
module runcmd module runcmd
@[trusted]
fn C.WIFSTOPPED(int) bool fn C.WIFSTOPPED(int) bool
@[trusted]
fn C.WCOREDUMP(int) bool fn C.WCOREDUMP(int) bool
@[trusted]
fn C.WIFCONTINUED(int) bool fn C.WIFCONTINUED(int) bool
@[trusted]
fn C.WSTOPSIG(int) int fn C.WSTOPSIG(int) int
// WaitStatus stores the result value of [wait(2)](https://www.man7.org/linux/man-pages/man2/wait.2.html) syscall. // WaitStatus stores the result value of [wait(2)](https://www.man7.org/linux/man-pages/man2/wait.2.html) syscall.