mirror of
https://github.com/gechandesu/runcmd.git
synced 2026-06-02 21:28:04 +03:00
Remove unnecessary attributes
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user