X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frealloc;h=b712e023593706926829bfaa62c52f14ff2bf6da;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=fbdce5e181e6e1ee4df9c8047a01545a8391e679;hpb=fda642ef9293e016846f81f5e7a0986f55eb5639;p=gnulib.git diff --git a/modules/realloc b/modules/realloc index fbdce5e18..b712e0235 100644 --- a/modules/realloc +++ b/modules/realloc @@ -1,18 +1,31 @@ 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: Include: +License: +LGPLv2+ + Maintainer: Jim Meyering