X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxalloc;h=19e7a0b93e426e239ef189523985a145d4216371;hb=fc1861afb83184cfb975428a9710e90aa3252854;hp=0a45b0acbdf5a569fe8ca20ab4dd47c16ac078a4;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 0a45b0acb..19e7a0b93 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,27 +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 +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