X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FTHREADS;h=ec58d49a10cef7fc55dd0122b4ebc4e564716cd4;hb=ddffc1e06a78085524bec742aef746c2cc5bd131;hp=9593c2173ba2710d81ab036cd43e803d614fa3c5;hpb=40ebd7f4386ff910180c0d6b656e3c889f188866;p=libucw.git 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