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)


    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);

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