spawn: Fix compilation error on macOS

2023-02-03 Thread Bruno Haible
On macOS 12.5, in a testdir for module 'execute', I'm seeing these compilation errors: In file included from ../../gllib/execute.c:71: ./spawn.h:692:19: error: use of undeclared identifier 'POSIX_SPAWN_SETSCHEDPARAM' | POSIX_SPAWN_SETSCHEDPARAM | POSIX_SPAWN_SETSCHEDULER)

relocatable-prog: Fix compiler warning

2023-02-03 Thread Bruno Haible
This should fix a wrong use of 'const'. I saw a warning while building Reuben's libpaper with --enable-relocatable. 2023-02-03 Bruno Haible relocatable-prog: Fix compiler warning. * lib/progreloc.c (full_read): Use a non-const pointer. diff --git a/lib/progreloc.c b/lib/progr

doc: Update regarding AIX

2023-02-03 Thread Bruno Haible
AIX 7.2 still does not have . 2023-02-03 Bruno Haible doc: Update regarding AIX. * doc/glibc-headers/getopt.texi: Update. diff --git a/doc/glibc-headers/getopt.texi b/doc/glibc-headers/getopt.texi index 05ac549e9b..392df62e17 100644 --- a/doc/glibc-headers/getopt.texi +++ b/d

Re: doc: Update regarding NetBSD

2023-02-03 Thread Bruno Haible
And here's the second attachment. To: gnats-b...@netbsd.org Subject: sigprocmask return value wrong when libpthread is in use From: br...@clisp.org Reply-To: br...@clisp.org X-send-pr-version: 3.95 >Submitter-Id: net >Originator: >Organization: GNU >Confidential: no >Synopsis: The ret

doc: Update regarding NetBSD

2023-02-03 Thread Bruno Haible
This patch updates the documentation regarding two NetBSD bugs that I just filed (see attachments). 2023-02-03 Bruno Haible doc: Update regarding NetBSD. * doc/posix-functions/sigprocmask.texi: Mention a NetBSD 9.0 bug. * doc/posix-functions/pthread_sigmask.texi: Likew

Re: coreutils/gnulib - fts.c dangling pointers & gcc 13.1

2023-02-03 Thread Paul Eggert
On 2023-02-03 12:24, Peter Frazier wrote: dangling pointers & gcc 13.1 problem with: coreutils/gnulib, fts.c compilation failure: -Werror=use-after-free error approach to resolution (thus far): post free of vars, I set the vars to NULL, but it did not help Could you be more specific about th

coreutils/gnulib - fts.c dangling pointers & gcc 13.1

2023-02-03 Thread Peter Frazier
dangling pointers & gcc 13.1 problem with: coreutils/gnulib, fts.c compilation failure: -Werror=use-after-free error approach to resolution (thus far): post free of vars, I set the vars to NULL, but it did not help Best, 1pf1