diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-21 12:48:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-21 12:48:55 +0000 |
commit | f3c9c3c70187967a670f1c059f5461dce745d92e (patch) | |
tree | 58bf50c6a4d4014e976aa6a9e6a69b4680b067de /doc/upgrade.html | |
parent | 8a3e5a8b05ad0a7fab63595b6b4eafec56f63f89 (diff) | |
download | skalibs-f3c9c3c70187967a670f1c059f5461dce745d92e.tar.xz |
GNU manages to botch dirfd() too. POSIX is hard!
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index b2d4500..587d609 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,6 +19,7 @@ <h2> in 2.6.3.0 </h2> <ul> + <li> New dir_fd function wrapping dirfd() (Solaris doesn't have dirfd()). </li> <li> memmem implementation for platforms that don't provide it. </li> <li> memmem wrappers: byte_search, siovec_search. </li> <li> New functions: atomic_symlink, skagetlnmaxsep. </li> @@ -39,7 +40,6 @@ <li> New function: <a href="libstddjb/djbunix.html">lock_unx()</a>. </li> </ul> - <h2> in 2.6.0.2 </h2> <ul> |