Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2002 21:03:29 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/string wcscat.c wcscpy.c wcsncat.c wcsncpy.c wcsstr.c wmemcpy.c
Message-ID:  <200209070403.g8743TnN097012@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/06 21:03:29 PDT

  Modified files:
    lib/libc/string      wcscat.c wcscpy.c wcsncat.c wcsncpy.c 
                         wcsstr.c wmemcpy.c 
  Log:
  Add restrict qualifiers where C99 permits them. All of these already had
  restrict qualifiers on their prototypes in <wchar.h>.
  
  Revision  Changes    Path
  1.6       +2 -2      src/lib/libc/string/wcscat.c
  1.6       +2 -2      src/lib/libc/string/wcscpy.c
  1.6       +2 -2      src/lib/libc/string/wcsncat.c
  1.6       +2 -2      src/lib/libc/string/wcsncpy.c
  1.6       +2 -2      src/lib/libc/string/wcsstr.c
  1.6       +2 -2      src/lib/libc/string/wmemcpy.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209070403.g8743TnN097012>