X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FTHREADS;h=ec58d49a10cef7fc55dd0122b4ebc4e564716cd4;hb=d047dae8f369ac5cbc3dedf8907b2c05694bb892;hp=1cb77b652cfebdf32ff3b166bcad464270ea9f2c;hpb=9d2867ddcc67e633ad943428b0e209c7639b0517;p=libucw.git diff --git a/lib/THREADS b/lib/THREADS index 1cb77b65..ec58d49a 100644 --- a/lib/THREADS +++ b/lib/THREADS @@ -4,7 +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 -- stk_printf() is not safe, it currently uses a global buffer (FIXME!)