X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frealloc;h=b712e023593706926829bfaa62c52f14ff2bf6da;hb=8db49630deab35ffbce5c113aed093359a75091d;hp=5aa68be1b96a4c25e7335d10772fee72dd3180ae;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/realloc b/modules/realloc index 5aa68be1b..b712e0235 100644 --- a/modules/realloc +++ b/modules/realloc @@ -1,13 +1,23 @@ Description: realloc() function that is glibc compatible. +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the main modules in lib/. + +Status: +deprecated + +Notice: +This module is deprecated. Use the module 'realloc-gnu' instead. + Files: -lib/realloc.c Depends-on: +realloc-gnu configure.ac: -AC_FUNC_REALLOC Makefile.am: @@ -15,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering