X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Frealloc;h=42c7d70de768be16bfa674ec51257dc8669dd83c;hb=9ada6e7b5cf3aa507b6b54e47775c29ffd1378d3;hp=316f58859d38ca78ed7c355e7d0fc92beb6d84ad;hpb=471d58a565341806b6ed60b3a4a68a40fb1c932d;p=gnulib.git diff --git a/modules/realloc b/modules/realloc index 316f58859..42c7d70de 100644 --- a/modules/realloc +++ b/modules/realloc @@ -1,14 +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: +obsolete + +Notice: +This module is obsolete. Use the module 'realloc-gnu' instead. + Files: -lib/realloc.c Depends-on: -realloc-posix +realloc-gnu configure.ac: -AC_FUNC_REALLOC Makefile.am: @@ -16,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering