X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2FTHREADS;h=9593c2173ba2710d81ab036cd43e803d614fa3c5;hb=62eda8640605c19ecd817e274e75717022349732;hp=1cb77b652cfebdf32ff3b166bcad464270ea9f2c;hpb=9d2867ddcc67e633ad943428b0e209c7639b0517;p=libucw.git diff --git a/lib/THREADS b/lib/THREADS index 1cb77b65..9593c217 100644 --- a/lib/THREADS +++ b/lib/THREADS @@ -7,4 +7,3 @@ 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!)