X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frealloc;h=b712e023593706926829bfaa62c52f14ff2bf6da;hb=b6fc47fd187a95b687f3befd550dab7a8bf2dc58;hp=5273e4a5aa5b6493d8115bbcfc3bc7556ce96583;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/realloc b/modules/realloc index 5273e4a5a..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: -GPL +LGPLv2+ Maintainer: Jim Meyering