X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fxalloc;h=ba2de3f1d20d587c9f01de909d9c7e11c73d91da;hb=924ba9fab55f2cc1e63bcecb326028cbf1660ecd;hp=46482cc88ede47078a7840f04f278e1708da0fec;hpb=346d5dc0410331c94de5d3f469bd32884ec9a1a0;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 46482cc88..ba2de3f1d 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,29 +1,23 @@ 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 configure.ac: gl_XALLOC Makefile.am: -lib_SOURCES += xalloc.h xmalloc.c xstrdup.c Include: "xalloc.h" +License: +GPL + Maintainer: all -