From e92e5cbc9c42a7f926eb4b25fdf6e52ec9d2fa4c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:44:56 +0000 Subject: Update docs to latest posix version Signed-off-by: Laurent Bercot --- doc/libunixonacid/unix-transactional.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/libunixonacid/unix-transactional.html') diff --git a/doc/libunixonacid/unix-transactional.html b/doc/libunixonacid/unix-transactional.html index bab45a0..9a36173 100644 --- a/doc/libunixonacid/unix-transactional.html +++ b/doc/libunixonacid/unix-transactional.html @@ -62,21 +62,21 @@ the original working directory using fd_chdir.

int open2_at (int fd, char const *file, int flags)
Safe wrapper around -openat() +openat() when it takes 2 arguments.

int open3_at (int fd, char const *file, int flags)
Safe wrapper around -openat() +openat() when it takes 3 arguments.

int access_at (int fd, char const *file, int amode, unsigned int flag)
Calls -faccessat() +faccessat() with flags set either to zero, or AT_EACCESS, if flag is nonzero. This function ensures a fall back on platforms without *at system calls.

-- cgit v1.3.1