X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxalloc;h=19e7a0b93e426e239ef189523985a145d4216371;hb=290f951644e3c7ae4a9bc14ae89ed071b33b9a18;hp=3a9ea12040f54dc53cd5648874bfe2f153210370;hpb=e27b8f8fda41cf2b90001cf24dc6b0aeb6a26360;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 3a9ea1204..19e7a0b93 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: -malloc -realloc -error -gettext -exitfail -exit +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