X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FTHREADS;h=ec58d49a10cef7fc55dd0122b4ebc4e564716cd4;hb=6a0d147c9fcec363172649425f76a71b5af8ffab;hp=1cb77b652cfebdf32ff3b166bcad464270ea9f2c;hpb=7b088210cb4bf6e26fee4d05cc3d80cda2d2cd95;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!)