diff options
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 24cdcd7..0e1461a 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -42,6 +42,8 @@ Markus Uhlin 25/07/21 Replaced non-reentrant functions with their corresponding thread safe version. + Markus Uhlin 25/07/28 truncate_file: restricted file + permissions upon creation. */ #include "stdinclude.h" |