This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch v2 add restrict to string.h methods


On Jul 19 09:17, Joel Sherrill wrote:
> Thanks Sebastian.
> 
> Attached is v3. OK this time?

> 2013-07-18 Sahil Patnayakuni <...>
> 
> 	* libc/include/string.h, libc/string/memccpy.c, libc/string/memcpy.c,
> 	libc/string/stpcpy.c, libc/string/stpncpy.c, libc/string/strcat.c,
> 	libc/string/strncat.c, libc/string/strncpy.c, libc/string/strtok.c,
> 	libc/string/strtok_r.c, libc/string/strxfrm.c
> 	libc/machine/microblaze/strcpy.c, libc/machine/xscale/memcpy.c,
> 	libc/machine/cris/memcpy.c: Add __restrict to prototype to
> 	increase standards compliance.

> 2013-07-19 Sahil Patnayakuni <...>
> 
>     * libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
>     libc/sys/linux/net/getnameinfo.c: Add restrict keyword to getnameinfo()
>     and getaddrinfo() to increase standards compliance and match glibc.

Both applied.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat


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