bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] Re: missing dependencies in XXX


From: Simon Josefsson
Subject: [Bug-gnulib] Re: missing dependencies in XXX
Date: Mon, 23 Aug 2004 12:15:16 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Oskar Liljeblad <address@hidden> writes:

> Some fixes:
>
> strnlen depends on memchr.
> xalloc depends on memset.

If I understand correctly, both memchr and memset are part of ANSI
C89, which most modules in gnulib (e.g., strnlen and xalloc) assume.
If _applications_ need to support non-C89 platforms, they must
manually add modules like memchr and memset to make the platform
compatible enough with C89 to allow other C89 modules to work.

> Maybe the source files of strnlen and xalloc need to
> be modified as well.

So I believe they are fine.

Regards,
Simon





reply via email to

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