X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxalloc;h=0edcfc6eacb24290b321168e6b5a0b711e000ad9;hb=8f3cd38b6c08109ec9edea0e7712e9a7a920a2d8;hp=6c133a3c274c557e25ba4722a9058f2c9bd8cbfc;hpb=5c7070eaa3051ed57fd67919ba59ca1892e21ccc;p=gnulib.git diff --git a/modules/xalloc b/modules/xalloc index 6c133a3c2..0edcfc6ea 100644 --- a/modules/xalloc +++ b/modules/xalloc @@ -1,28 +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 Depends-on: -malloc -realloc -error -gettext -exitfail +inline +xalloc-die +xalloc-oversized configure.ac: gl_XALLOC Makefile.am: -lib_SOURCES += xalloc.h xmalloc.c xstrdup.c Include: "xalloc.h" -Maintainer: -Bruno Haible +License: +GPL +Maintainer: +all