]> mj.ucw.cz Git - libucw.git/commitdiff
Updated libucw threading notes.
authorMartin Mares <mj@ucw.cz>
Mon, 11 Dec 2006 22:46:28 +0000 (23:46 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 11 Dec 2006 22:46:28 +0000 (23:46 +0100)
lib/THREADS

index 9593c2173ba2710d81ab036cd43e803d614fa3c5..ec58d49a10cef7fc55dd0122b4ebc4e564716cd4 100644 (file)
@@ -4,6 +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