commit 81c8c02fe0aca75d8fd6517254309147c3444e51
parent 6b69c1f8921d0f692e9aaa65d21349e01ecc670b
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Wed, 3 Jan 2018 14:10:16 +0000
Doc update
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git 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
@@ -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
@@ -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