X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxalloc;h=c6c20836b5b5019f7987b179738f73ca6c56643d;hb=9f15e6702a27649a59263a7ed571805a979d9e70;hp=e92d5332fc294453d7d33d63d52be4b8891a985b;hpb=372db559e1c24f9edef410a99073d9126152c375;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index e92d5332f..c6c20836b 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,28 +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: -malloc -realloc -error -gettext -exitfail +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" +License: +GPL + Maintainer: all -