diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2017-12-07 16:02:11 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2017-12-07 16:02:11 +0300 |
commit | abc8e981b69732b7a23ab36b437811f7b4b9bd8a (patch) | |
tree | 39699eb1470c49bf1d08ec19b2380f7bbd21c3d5 /accel-pppd/extra/sigchld.h | |
parent | 28cafaac477170d9dabf970d33da0b45bafebe49 (diff) | |
download | accel-ppp-abc8e981b69732b7a23ab36b437811f7b4b9bd8a.tar.gz accel-ppp-abc8e981b69732b7a23ab36b437811f7b4b9bd8a.zip |
pppd_compat: fixed bug caused fork queue to stall
Diffstat (limited to 'accel-pppd/extra/sigchld.h')
-rw-r--r-- | accel-pppd/extra/sigchld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/extra/sigchld.h b/accel-pppd/extra/sigchld.h index 27d1adf4..f06adab7 100644 --- a/accel-pppd/extra/sigchld.h +++ b/accel-pppd/extra/sigchld.h @@ -13,7 +13,7 @@ struct sigchld_handler_t }; void sigchld_register_handler(struct sigchld_handler_t *); -void sigchld_unregister_handler(struct sigchld_handler_t *); +int sigchld_unregister_handler(struct sigchld_handler_t *); void sigchld_lock(); void sigchld_unlock(); |