repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
malloc-h: New module.
[gnulib.git]
/
modules
/
free-posix
blob
f48e38851bdedf59eb6d79d1154c1c694d5958e3
1
Description:
2
Work around systems where free clobbers errno.
3
4
Files:
5
lib/free.c
6
m4/free.m4
7
8
Depends-on:
9
stdlib
10
11
configure.ac:
12
gl_FUNC_FREE
13
if test $REPLACE_FREE = 1; then
14
AC_LIBOBJ([free])
15
gl_PREREQ_FREE
16
fi
17
gl_STDLIB_MODULE_INDICATOR([free-posix])
18
19
Makefile.am:
20
21
Include:
22
<stdlib.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Paul Eggert