Re: [PATCH] Fix num_processors_ignoring_omp.

2019-06-10 Thread Bruno Haible
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

posix_spawn fixes

2019-06-10 Thread Bruno Haible
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

posix_spawn-internal: fix module description

2019-06-10 Thread Bruno Haible
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,

doc: Update and improve documentation of glibc functions

2019-06-10 Thread Bruno Haible
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