bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] Symbol collision


From: Bruno Haible
Subject: Re: [Bug-gnulib] Symbol collision
Date: Mon, 14 Jul 2003 20:49:48 +0200
User-agent: KMail/1.5

Simon Josefsson wrote:

> 2003-06-12  Simon Josefsson  <address@hidden>
>
>       * MODULES.html.sh (Extra functions based on ANSI C 89): Add mempcpy.
>
>       * modules/mempcpy: New file.

Thanks. I've added your files, with a few tiny modifications:

  - mempcpy.h: Use <stddef.h>, not <string.h>, since all you need is
    size_t. (We discussed this in the thread of
    http://mail.gnu.org/archive/html/bug-gnulib/2003-05/msg00016.html )

  - mempcpy.c: Include <string.h> here.

  - mempcpy.m4: Removed the test for <string.h>, since the source files
    don't use HAVE_STRING_H.

  - modules/mempcpy: Don't depend on the module 'memcpy'. 'memcpy' is a
    pre-ANSI C support module, which should be invoked explicitly
    by packages which need this extra portability to extra old systems.

Bruno





reply via email to

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