]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Document existence of posix_spawn_file_actions_addchdir module.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 14:26:03 +0000 (16:26 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 14:26:40 +0000 (16:26 +0200)
* doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi: Mention
the posix_spawn_file_actions_addchdir module.

ChangeLog
doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi

index d1b885453cb32bf6e437644369f86ca06454819f..ac79aaca9ce8aaaedf84eba4883cad74d69dd666 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-06-10  Bruno Haible  <bruno@clisp.org>
+
+       doc: Document existence of posix_spawn_file_actions_addchdir module.
+       * doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi: Mention
+       the posix_spawn_file_actions_addchdir module.
+
 2019-06-10  Bruno Haible  <bruno@clisp.org>
 
        posix_spawn-internal: Fix module description.
index a40a3d724905c0eba0502850fa19085123138c75..1c4c0a434460b0696766c9f4f3824d4592691054 100644 (file)
@@ -14,3 +14,6 @@ Portability problems not fixed by Gnulib:
 This function is missing on many non-glibc platforms:
 glibc 2.28, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.0, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
 @end itemize
+
+Note: Gnulib has a module @code{posix_spawn_file_actions_addchdir} that
+provides equivalent functionality, just without the suffix @code{_np}.