X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FTHREADS;h=ec58d49a10cef7fc55dd0122b4ebc4e564716cd4;hb=534019614dd611e7df29a0c8c59f2a869a2c0c39;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