mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 06:51:08 +01:00
construct: Remove SIGTSTP handler registration.
This commit is contained in:
parent
422206794f
commit
0a1e267b79
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ try
|
||||||
// platformness with windows etc.
|
// platformness with windows etc.
|
||||||
sigs.add(SIGHUP);
|
sigs.add(SIGHUP);
|
||||||
sigs.add(SIGINT);
|
sigs.add(SIGINT);
|
||||||
sigs.add(SIGTSTP);
|
|
||||||
sigs.add(SIGQUIT);
|
sigs.add(SIGQUIT);
|
||||||
sigs.add(SIGTERM);
|
sigs.add(SIGTERM);
|
||||||
sigs.async_wait(sigfd_handler);
|
sigs.async_wait(sigfd_handler);
|
||||||
|
|
Loading…
Reference in a new issue