]> mj.ucw.cz Git - libucw.git/commitdiff
stk_printf() has been fixed.
authorMartin Mares <mj@ucw.cz>
Fri, 13 Oct 2006 09:28:59 +0000 (11:28 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 13 Oct 2006 09:28:59 +0000 (11:28 +0200)
lib/THREADS

index 1cb77b652cfebdf32ff3b166bcad464270ea9f2c..9593c2173ba2710d81ab036cd43e803d614fa3c5 100644 (file)
@@ -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!)