X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fmalloc;h=831f65965d921c2e556cb70c1e70a18d15615512;hb=423d3cac13c30bb0d5f85e5fac6ab1406ed1731a;hp=20292863eb9cc957360a9eaa66c0e0cb02a46280;hpb=fda642ef9293e016846f81f5e7a0986f55eb5639;p=gnulib.git diff --git a/modules/malloc b/modules/malloc index 20292863e..831f65965 100644 --- a/modules/malloc +++ b/modules/malloc @@ -1,18 +1,31 @@ Description: malloc() 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 'malloc-gnu' instead. + Files: -lib/malloc.c Depends-on: +malloc-gnu configure.ac: -AC_FUNC_MALLOC Makefile.am: Include: +License: +LGPLv2+ + Maintainer: Jim Meyering