X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Frealloc;h=b712e023593706926829bfaa62c52f14ff2bf6da;hb=8a3d36c875a56836d888d38ef5025486e61b29ab;hp=5aa68be1b96a4c25e7335d10772fee72dd3180ae;hpb=55623f58e71800a93cc925fc4771ba5fe9828c5c;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