This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Your change to intl/localealias.c (read_alias_file)


kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:

>     No it doesn't.  I see
> 
>       extern void     *memcpy __((void *, const void *, size_t ));
> 
> What version of DEC Unix are you using?  I'm at 4.0C and have:
> 
>  void *memcpy(
>           void *s1,
>           const void *s2,
>           size_t n);

So now explain, what the hell are you talking about?  The function
returns a void* which is exactly correct and is what the code assumes.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]