From 3e1bbd5d33826c5d7807a051ee22db3452ee4b21 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 13 Jan 2023 16:30:43 +0000 Subject: Remove stdarg functions from strerr, everything is __VA_ARGS__ now Signed-off-by: Laurent Bercot --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2f98153..a31efca 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,9 @@ In 2.13.0.0 - Bugfixes. - New functions: buffer_timed_put(), buffer_timed_puts(). - - strerr.h revamped. strerr_die, strerr_warn, strerr_diesys, strerr_warnsys removed. + - strerr.h revamped. strerr_die, strerr_warn, strerr_diesys, strerr_warnsys +and all the previous strerr2 macros are now __VA_ARGS__ macros around +strerr_diev() and friends. In 2.12.0.1 -- cgit v1.2.3