summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 16:26:03 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 16:26:40 +0200
commit2ad7a33b829d0378fb6765e778e4170a3fec9697 (patch)
treeafe26ec1289a668947487ab0e050c1d4c63f4704 /doc
parent57dd928ae2cbff26905ea457c333868a0788e061 (diff)
downloadgnulib-2ad7a33b829d0378fb6765e778e4170a3fec9697.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi b/doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi
index a40a3d7249..1c4c0a4344 100644
--- a/doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi
+++ b/doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi
@@ -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}.