X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxalloc;h=73fc901e4e12dba5fed9b043395879d33c2f0977;hb=07db72ec7e1d17602ab313bdb849bca748b4d0d8;hp=46482cc88ede47078a7840f04f278e1708da0fec;hpb=346d5dc0410331c94de5d3f469bd32884ec9a1a0;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 46482cc88..73fc901e4 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,29 +1,25 @@ 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 +EXTRA_DIST += xalloc.h Include: "xalloc.h" +License: +GPL + Maintainer: all -