From 032b853746aabb8c3b82af674fdc783b511569f2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 4 Dec 2021 08:48:45 +0000 Subject: Add opendir_at, prepare for 2.11.1.0 Signed-off-by: Laurent Bercot --- NEWS | 8 ++++++++ doc/index.html | 2 +- doc/upgrade.html | 15 +++++++++++++++ package/deps.mak | 3 ++- package/info | 2 +- src/include/skalibs/unix-transactional.h | 2 ++ src/libstddjb/fd_close.c | 4 ++-- src/libunixonacid/opendir_at.c | 15 +++++++++++++++ 8 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 src/libunixonacid/opendir_at.c diff --git a/NEWS b/NEWS index 7fe6aee..507d77d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Changelog for skalibs. +In 2.11.1.0 +----------- + + - fd_close() doesn't retry if close() fails. (i.e. adapts to Linux's +behaviour over HP-UX's.) + - New function: opendir_at. + + In 2.11.0.0 ----------- diff --git a/doc/index.html b/doc/index.html index 3b5dba0..b1e9fa0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment

Download