X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fxalloc;h=0edcfc6eacb24290b321168e6b5a0b711e000ad9;hb=fba50604716b355a02d023ef5c2f7a7897b07536;hp=2e7b89bba25668be995b32af40ecf96e77fe8c70;hpb=8224e3007771aa0ef666eb1ff1d2564208cc2c91;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 2e7b89bba..0edcfc6ea 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,31 +1,26 @@ 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 -m4/size_max.m4 -m4/ptrdiff_max.m4 Depends-on: -malloc -realloc -error -gettext -exitfail -stdbool +inline +xalloc-die +xalloc-oversized configure.ac: gl_XALLOC Makefile.am: -lib_SOURCES += xalloc.h xmalloc.c xstrdup.c Include: "xalloc.h" +License: +GPL + Maintainer: all -