diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-01-13 16:30:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-01-13 16:30:43 +0000 |
commit | 3e1bbd5d33826c5d7807a051ee22db3452ee4b21 (patch) | |
tree | 88203cada2c4baf77cb500b1625d37b12f4ba68f /NEWS | |
parent | ee2aeefa170b9806e719723f94ba933c90a9ae8b (diff) | |
download | skalibs-3e1bbd5d33826c5d7807a051ee22db3452ee4b21.tar.xz |
Remove stdarg functions from strerr, everything is __VA_ARGS__ now
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |