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]

patch v2 add restrict to string.h methods


Hi

Documentation now says restrict not __restrict.

2013-07-18 Sahil Patnayakuni <sahilp@rtems.org>

    * 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.

--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985

Attachment: string-v2.diff
Description: Text document


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