+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.
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}.