From 81c8c02fe0aca75d8fd6517254309147c3444e51 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 3 Jan 2018 14:10:16 +0000 Subject: Doc update --- NEWS | 3 ++- doc/upgrade.html | 2 +- src/include/skalibs/djbunix.h | 1 - 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 @@
  • 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.
  • 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 -- cgit v1.2.3