Hi Nikita,
> From: Nikita Ermakov
>
> - Update comments to correspond closed glibc bug #21542.
>
> - In case of failed _SC_NPROCESSORS_CONF use the maximum between
> nprocs_current and nprocs to meet the requirements of
> num_processors (NPROC_ALL) >= num_processors (NPROC_CURRENT).
Thanks
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_file_actio
The creation of a specific testdir fails:
$ ./gnulib-tool --create-testdir --dir=../testdir1 --single-configure
posix_spawn posix_spawn_file_actions_addchdir
...
executing aclocal -I glm4
missing file gltests/spawni.c
configure.ac:594: error: expected source file, required through AC_LIBSOURCES,
Pushed:
2019-06-10 Bruno Haible
doc: Update and improve documentation of glibc functions.
This is a series of commits that
- updates the documentation to the state of glibc 2.29,
- adds references to Linux man pages and glibc documentation,
- marks Linux