diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-09 17:26:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-09 17:26:11 +0000 |
commit | ef7aef6ba0d90174e9079944eaf3010de3555cc0 (patch) | |
tree | 64083d0e1945d96ba003cad3ff2b8583d25e740b /doc/upgrade.html | |
parent | e557bab0dcaf35f003fa755b74e4c80000e05e42 (diff) | |
download | skalibs-ef7aef6ba0d90174e9079944eaf3010de3555cc0.tar.xz |
Reflect changes in doc
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 8a87d7d..6b0a8c7 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -27,6 +27,12 @@ uses it, so it won't unconditionally clobber sockets in the filesystem anymore. <li> Complete revamping of the pathexec functions, see <tt>exec.h</tt>. </li> <li> Revamping of the locking functions, see <a href="libstddjb/djbunix.html>djbunix.h</a>. </li> + <li> Use of standard O_NONBLOCK and O_CLOEXEC (defined in +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html"></a> +instead of adhoc <tt>DJBUNIX_FLAG_NB</tt> and <tt>DJBUNIX_FLAG_COE</tt>. </li> + <li>Better header separation; <tt>webipc.h</tt> removed (stuff moved to +<tt>socket.h</tt>) + </ul> <h2> in 2.9.3.0 </h2> |