syslog() is a blocking call on eglibc. as procd provides the actual syslog, weneed...
authorJohn Crispin <blogic@openwrt.org>
Sat, 28 Sep 2013 19:01:20 +0000 (21:01 +0200)
committerJohn Crispin <blogic@openwrt.org>
Sat, 28 Sep 2013 19:47:43 +0000 (21:47 +0200)
commitb5e17105b163442a030559b7b2c2454b82b3fd4c
treecd7eb3d97307f17703a62360f65938172e360576
parentf51f9cc5738d340423e44e678829402b367cf866
syslog() is a blocking call on eglibc. as procd provides the actual syslog, weneed to make sure that we do not run into a deadlock.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
procd.h
rcS.c
syslog.c
syslog.h