X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxalloc;h=5fdc405ae39f433521ddaf0c3fe1f16cbfa528f1;hb=3eef42323e03d43424480e77232cd118a035de62;hp=46482cc88ede47078a7840f04f278e1708da0fec;hpb=e970fbf9c5bdbe3f099c579dfb465a389aac3dc2;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 46482cc88..5fdc405ae 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,29 +1,24 @@ 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 -stdbool +xalloc-die configure.ac: gl_XALLOC Makefile.am: -lib_SOURCES += xalloc.h xmalloc.c xstrdup.c Include: "xalloc.h" +License: +GPL + Maintainer: all -