>From 2ad7a33b829d0378fb6765e778e4170a3fec9697 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Jun 2019 16:26:03 +0200 Subject: [PATCH 1/5] 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. --- ChangeLog | 6 ++++++ doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index d1b8854..ac79aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2019-06-10 Bruno Haible + 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 + posix_spawn-internal: Fix module description. * modules/posix_spawn (configure.ac): Move request to compile spawni.c from here... 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 a40a3d7..1c4c0a4 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}. -- 2.7.4