protect syslog against cancellation
authorRich Felker <dalias@aerifal.cx>
Tue, 19 Apr 2011 01:11:23 +0000 (21:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Apr 2011 01:11:23 +0000 (21:11 -0400)
commitd2c604d5a40bc75fe83a62fd20377c20a73aa0d5
treed255bb9d997ebe0b509d0f47d30f29051306c3bd
parentbe2e06d347fdb83e9c4f57e57fa29b78f6276a0c
protect syslog against cancellation

these functions are allowed to be cancellation points, but then we
would have to install cleanup handlers to avoid termination with locks
held.
src/misc/syslog.c