summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-01-03 14:10:16 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-01-03 14:10:16 +0000
commit81c8c02fe0aca75d8fd6517254309147c3444e51 (patch)
treea54f9ba5fbb6747ac88a10c1bf8d84038a2d66a4
parent6b69c1f8921d0f692e9aaa65d21349e01ecc670b (diff)
downloadskalibs-81c8c02fe0aca75d8fd6517254309147c3444e51.tar.xz
Doc update
-rw-r--r--NEWS3
-rw-r--r--doc/upgrade.html2
-rw-r--r--src/include/skalibs/djbunix.h1
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e867f98..f48d214 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,11 @@ In 2.6.3.0
- New dir_fd function wrapping dirfd() (Solaris doesn't have dirfd())
- memmem implementation for platforms that don't provide it.
- memmem wrappers: byte_search, siovec_search.
- - New functions: atomic_symlink, skagetlnmaxsep.
+ - New functions: atomic_symlink, skagetlnmaxsep, child_spawn3
- New header: skalibs/posixplz.h, some header reorganization.
- New family of functions: skalibs/textmessage.h.
- skalibs/environ.h and skalibs/getpeereid.h are now obsolescent.
+ - Bugfixes.
In 2.6.2.0
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 587d609..468b05d 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -22,7 +22,7 @@
<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>
+ <li> New functions: atomic_symlink, skagetlnmaxsep, child_spawn3 </li>
<li> New header: <tt>skalibs/posixplz.h</tt>. Some header reorganization. </li>
<li> New family of functions: <tt>skalibs/textmessage.h</tt>. </li>
<li> <tt>skalibs/environ.h</tt> and <tt>skalibs/getpeereid.h</tt> are now obsolescent. </li>
diff --git a/src/include/skalibs/djbunix.h b/src/include/skalibs/djbunix.h
index ebcba18..6e2adcc 100644
--- a/src/include/skalibs/djbunix.h
+++ b/src/include/skalibs/djbunix.h
@@ -201,7 +201,6 @@ extern pid_t child_spawn3 (char const *, char const *const *, char const *const
* if n>=2, parent reads on even and writes on odd.
*/
-
extern pid_t child_spawn (char const *, char const *const *, char const *const *, int *, unsigned int) ;
#endif