]> mj.ucw.cz Git - libucw.git/blobdiff - lib/THREADS
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / THREADS
index 1cb77b652cfebdf32ff3b166bcad464270ea9f2c..ec58d49a10cef7fc55dd0122b4ebc4e564716cd4 100644 (file)
@@ -4,7 +4,4 @@ which also includes functions acting on any kind of global state.
 
 There are some exceptions:
 
 
 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
 - 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!)