Skip to content

Commit 97a989d

Browse files
author
Torrie Fischer
committed
Add up to sigsys
1 parent f57b299 commit 97a989d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/lib.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ pub mod signals {
2828
Stop,
2929
Tstp,
3030
Ttin,
31+
Ttou,
32+
Urg,
33+
XCpu,
34+
Xfsz,
35+
Vtalrm,
36+
Prof,
37+
Winch,
38+
Io,
39+
Pwr,
40+
Sys
3141
}
3242

3343
impl Signal {

0 commit comments

Comments
 (0)