bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] gnulib warnings


From: Simon Josefsson
Subject: [bug-inetutils] gnulib warnings
Date: Mon, 09 May 2011 12:44:39 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

I noticed these when running bootstrap:

Notice from module malloc:
  This module is obsolete. Use the module 'malloc-gnu' instead.
Notice from module realloc:
  This module is obsolete. Use the module 'realloc-gnu' instead.

For malloc and realloc perhaps we need to decide whether the code should
be written against GNU malloc or POSIX malloc.  Thoughts?  If we decide
for POSIX, we should use the malloc-posix module, or we chose the GNU
way we use the malloc-gnu module.  In practice, the choice rarely
matters, and supporting POSIX behaviour is usually not hard and may save
some code size somewhere, but I don't care strongly.

/Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]