trac 5 sa_restorer deprecated
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
d88146da6a
commit
fefc6585db
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ lws_daemonize(const char *_lock_path)
|
|||
act.sa_handler = lws_daemon_closing;
|
||||
sigemptyset(&act.sa_mask);
|
||||
act.sa_flags = 0;
|
||||
act.sa_restorer = NULL;
|
||||
|
||||
sigaction(SIGTERM, &act, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue