mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/wchar-h: Renamed from modules/wchar. * modules/wchar-h-tests: Renamed from modules/wchar-tests. * modules/wchar-h-c++-tests: Renamed from modules/wchar-c++-tests. * tests/test-wchar-h.c: Renamed from tests/test-wchar.c. * tests/test-wchar-h-c++.cc: Renamed from tests/test-wchar-c++.cc. * tests/test-wchar-h-c++2.cc: Renamed from tests/test-wchar-c++2.cc. * tests/test-wchar-h-c++3.cc: Renamed from tests/test-wchar-c++3.cc. * doc/posix-headers/wchar.texi: Update. * modules/* (Depends-on): Update. * modules/wchar: New file.
34 lines
438 B
Plaintext
34 lines
438 B
Plaintext
Description:
|
|
Work around systems where free clobbers errno.
|
|
|
|
Files:
|
|
lib/free.c
|
|
m4/free.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
|