From 0ff21cdee12a474fce0ff893aa999d954f5dc3d4 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Wed, 25 Sep 2024 22:16:58 +0000 Subject: CHANGES --- package/CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/CHANGES b/package/CHANGES index da4ea27..1ab1e4b 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,11 @@ + * tryflock.c, trysgact.c, trysgprm.c, trywaitp.c: fix error: type + specifier missing, defaults to 'int'; ISO C99 and later do not support + implicit int [-Wimplicit-int] (thx Z. Liu and others). + * chkshsgr.c, trycpp.c, trypoll.c, tryshsgr.c, tryulong64.c: fix error: + call to undeclared function '...'; ISO C99 and later do not support + implicit function declarations [-Wimplicit-function-declaration] (thx + Z. Liu and others). + 2.1.2 Sun, 10 Aug 2014 18:01:54 +0000 * doc/index.html: reorder, cleanup links to distributions; add Linux -- cgit 1.4.1