Skip to content
Snippets Groups Projects

Document the Steam compatibility tool interface

Merged Simon McVittie requested to merge wip/smcv/document-compat-tools into master
@@ -196,8 +196,10 @@ pointing to mixed host and soldier libraries.
This is the simplest situation and can be considered to be the baseline.
In recent versions of Steam, the game process is wrapped in a `reaper`
process which sets itself as a subreaper using **PR_SET_CHILD_SUBREAPER**
(see **prctl**(2) for details).
process which sets itself as a subreaper using `PR_SET_CHILD_SUBREAPER`
(see
[**prctl**(2)](https://manpages.debian.org/unstable/manpages-dev/prctl.2.en.html)
for details).
Version 1 compat tools are not invoked specially.
Loading