1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
Bruno Haible 876c03f442 free-posix: Fix bogus -Wmismatched-dealloc warnings (regr. 2026-05-30).
* modules/free-posix (Depends-on): Add back wchar-h.
2026-07-08 23:08:12 +02:00

35 lines
449 B
Plaintext

Description:
Work around systems where free clobbers errno.
Files:
lib/free.c
m4/free.m4
m4/musl.m4
Depends-on:
stdlib-h
string-h
wchar-h
configure.ac:
gl_FUNC_FREE
gl_CONDITIONAL([GL_COND_OBJ_FREE], [test $REPLACE_FREE = 1])
AM_COND_IF([GL_COND_OBJ_FREE], [
gl_PREREQ_FREE
])
gl_STDLIB_MODULE_INDICATOR([free-posix])
Makefile.am:
if GL_COND_OBJ_FREE
lib_SOURCES += free.c
endif
Include:
<stdlib.h>
License:
LGPLv2+
Maintainer:
Paul Eggert