From 6e993494dd652c5b6b56fe8868b79ee8a4d3bc85 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 21 Jul 2025 17:57:29 +0200 Subject: Updated the revision history --- FICS/utils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FICS/utils.c') 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" -- cgit v1.2.3