X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxalloc;h=c6c20836b5b5019f7987b179738f73ca6c56643d;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=5d93aa3988d0181a4820fdecfb5d5faedfd77d65;hpb=8551f7edb3d6c2612cd1831858cb16ea392de4e4;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 5d93aa398..c6c20836b 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,26 +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 -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 -