aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c
index e3bb93f..cf12871 100644
--- a/FICS/utils.c
+++ b/FICS/utils.c
@@ -39,6 +39,9 @@
Markus Uhlin 25/03/09 truncate_file:
fixed null ptr dereference.
Markus Uhlin 25/04/06 Fixed Clang Tidy warnings.
+ Markus Uhlin 25/07/21 Replaced non-reentrant functions
+ with their corresponding thread
+ safe version.
*/
#include "stdinclude.h"