From ad0c9869fbcc58a6ad96c67b4fccf68e3f872aa1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 11 Dec 2006 23:46:28 +0100 Subject: [PATCH] Updated libucw threading notes. --- lib/THREADS | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/THREADS b/lib/THREADS index 9593c217..ec58d49a 100644 --- a/lib/THREADS +++ b/lib/THREADS @@ -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 -- 2.39.2