From: Martin Mares Date: Mon, 11 Dec 2006 22:46:28 +0000 (+0100) Subject: Updated libucw threading notes. X-Git-Tag: holmes-import~507^2~12 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ad0c9869fbcc58a6ad96c67b4fccf68e3f872aa1;p=libucw.git Updated libucw threading notes. --- diff --git a/lib/THREADS b/lib/THREADS index 9593c217..ec58d49a 100644 --- a/lib/THREADS +++ b/lib/THREADS @@ -4,6 +4,4 @@ which also includes functions acting on any kind of global state. There are some exceptions: -- logging functions are safe as long as you don't switch log files - setproctitle() is not safe, it modifies global state -- handle_signal() is not safe, it modifies global state