diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-21 17:57:29 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-21 17:57:29 +0200 |
commit | 6e993494dd652c5b6b56fe8868b79ee8a4d3bc85 (patch) | |
tree | 6d0450c54177ed168af74951be10d557007919d0 | |
parent | 94c9f6529e5d00c4e0dca818c02d38eaf5ac2d03 (diff) |
Updated the revision history
-rw-r--r-- | FICS/utils.c | 3 |
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" |