c-strtod, c-strtof, c-strtold: Fix link error on AIX

2024-06-02 Thread Bruno Haible
well as pthread_mutex_lock, pthread_mutex_unlock (directly). This patch fixes the link errors. 2024-06-02 Bruno Haible c-strtod, c-strtof, c-strtold: Fix link error on AIX. * lib/c-strtod.c (newlocale): Undefine before use. diff --git a/lib/c-strtod.c b/lib/c-strtod.c index

Re: c-strtod, c-strtof, c-strtold: Fix link error on AIX

2024-06-02 Thread Collin Funk
Hi Bruno, Bruno Haible writes: > On AIX 7.1, in a testdir of all of gnulib, I see these link errors, both > with gcc and xlc: > > gcc -Wno-error -g -O2 -L/home/haible/prefix32/lib -o test-c-strtod > test-c-strtod.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a > libtests.a -lm