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/upgrade.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/upgrade.html') diff --git a/doc/upgrade.html b/doc/upgrade.html index cb8aa00..e6763d2 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -132,7 +132,7 @@ allowing reading of unlimited-size variables. close() behaviour (closing the fd on EINTR) over the HP-UX one (not closing it). Destructors like -close() +close() being allowed to fail has always been a mistake in the specification and a programming nightmare, making it impossible to behave correctly on all systems, but apparently standardization efforts are on the way and the Linux @@ -189,7 +189,7 @@ uses it, so it won't unconditionally clobber sockets in the filesystem anymore.
  • Revamping of the locking functions, see + instead of adhoc DJBUNIX_FLAG_NB and DJBUNIX_FLAG_COE.
  • Better header separation; webipc.h removed (stuff moved to socket.h).
  • @@ -251,7 +251,7 @@ Currently, that means one: --with-sysdep-devurandom=yes or
  • New functions:
    • skalibs_regcomp(), which accepts empty regexes even -when regcomp() +when regcomp() does not (e.g. the BSDs).
  • @@ -346,7 +346,7 @@ families of functions, have been removed. @@ -524,7 +524,7 @@ types. Main benefit: correct 64-bit support on 64-bit archs with 32-bit int.
  • The child_spawn* family of functions now resets all signals to their default values when spawning a program on systems with -posix_spawn(). +posix_spawn(). This should not change anything - it's just paranoia.
  • Minor bugfixes.
  • -- cgit v1.3.1