diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-06-08 09:48:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-06-08 09:48:11 +0000 |
commit | c4e81d83b248aa356849fc6a31920c177b5df999 (patch) | |
tree | 7b7516686db13bfb3643c0965fded313ea7240a9 /NEWS | |
parent | 6d419ff3e5a0e645e8fe9635d6ca139d5b7e3e7a (diff) | |
download | skalibs-c4e81d83b248aa356849fc6a31920c177b5df999.tar.xz |
Clean up / homogenize openreadnclose() family
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,9 @@ In 2.12.0.0 * random_char() removed. * random_string() renamed to random_buf(). * early versions added. - - New djbunix functions: waitn_posix(), waitn_reap_posix() + - New djbunix functions: waitn_posix(), waitn_reap_posix(). + - readnclose() made public, now doesn't touch errno on success. + - openreadnclose_at() now returns a ssize_t. In 2.11.2.0 |