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