X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxalloc;h=c6c20836b5b5019f7987b179738f73ca6c56643d;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hp=7e3321b348b11f0b239753622aa889a333d0e0de;hpb=1d31a1e7121fda63c28ca105309237f6fa98ab80;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 7e3321b34..c6c20836b 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,29 +1,27 @@ Description: -Memory allocation with out-of-memory checking. +Memory allocation with out-of-memory checking. Also see xalloc-die. Files: lib/xalloc.h lib/xmalloc.c -lib/xstrdup.c m4/xalloc.m4 Depends-on: -error -exit -exitfail -gettext -malloc -realloc +extern-inline +xalloc-die +xalloc-oversized configure.ac: gl_XALLOC Makefile.am: -lib_SOURCES += xalloc.h xmalloc.c xstrdup.c +lib_SOURCES += xmalloc.c Include: "xalloc.h" -Maintainer: -Bruno Haible +License: +GPL +Maintainer: +all