Skip to content

Commit bc3ff9c

Browse files
committed
Signal enum added
1 parent e40ad58 commit bc3ff9c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

LibcSharp/enums.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
namespace LibcSharp;
2+
public enum Signal {
3+
KILL = 9, // SIGKILL
4+
TERMINATE = 15 // SIGTERM
5+
}

0 commit comments

Comments
 (0)