diff options
Diffstat (limited to 'qemu_mode/unsigaction/README.md')
-rw-r--r-- | qemu_mode/unsigaction/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu_mode/unsigaction/README.md b/qemu_mode/unsigaction/README.md new file mode 100644 index 00000000..0f3707fd --- /dev/null +++ b/qemu_mode/unsigaction/README.md @@ -0,0 +1,7 @@ +# unsigation + +This library disable sigaction when preloaded. + +Mainly needed by Wine mode but can be used as a separate tool. + +A similar solution can be found in is [preeny](https://github.com/zardus/preeny). |