X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Frealloc;h=b712e023593706926829bfaa62c52f14ff2bf6da;hb=c9f0960c2cd1acf9c29b27860589698ea54fa4ec;hp=e1530b639c21d0d023c5be7acbe1501b4af6d0eb;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/realloc b/modules/realloc index e1530b639..b712e0235 100644 --- a/modules/realloc +++ b/modules/realloc @@ -1,20 +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 -m4/realloc.m4 Depends-on: +realloc-gnu configure.ac: -jm_FUNC_REALLOC Makefile.am: Include: +License: +LGPLv2+ + Maintainer: Jim Meyering -