X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Frealloc;h=b712e023593706926829bfaa62c52f14ff2bf6da;hb=4470580881a7b821b52fb5635102ef3e27aa5af4;hp=4596b4cc811ae06a850365248d8b303ed610aac1;hpb=118e62dd4c803a11197f7fa4bf33606e9de666fd;p=gnulib.git diff --git a/modules/realloc b/modules/realloc index 4596b4cc8..b712e0235 100644 --- a/modules/realloc +++ b/modules/realloc @@ -1,15 +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-posix +realloc-gnu configure.ac: -AC_FUNC_REALLOC -AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.]) Makefile.am: