summaryrefslogtreecommitdiff
path: root/accel-pppd/extra/sigchld.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/extra/sigchld.c')
-rw-r--r--accel-pppd/extra/sigchld.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/accel-pppd/extra/sigchld.c b/accel-pppd/extra/sigchld.c
index 08bab93..8f1a979 100644
--- a/accel-pppd/extra/sigchld.c
+++ b/accel-pppd/extra/sigchld.c
@@ -109,8 +109,10 @@ void __export sigchld_unlock()
pthread_mutex_unlock(&handlers_lock);
}
-static void __init init(void)
+static void init(void)
{
if (pthread_create(&sigchld_thr, NULL, sigchld_thread, NULL))
log_emerg("sigchld: pthread_create: %s\n", strerror(errno));
}
+
+DEFINE_INIT(100, init); \ No newline at end of file