trac 5 sa_restorer deprecated

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-01-23 08:32:03 +08:00
parent d88146da6a
commit fefc6585db

View file

@ -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);