Date: Wed, 14 Aug 2002 14:01:05 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strxfrm.3 strxfrm.c Message-ID: <200208142101.g7EL15bo039704@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/08/14 14:01:04 PDT Modified files: lib/libc/string strxfrm.3 strxfrm.c Log: - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 to the function definition of strxfrm(3) in form of our '__restrict' macro. - Use an ANSI-C function definition for strxfrm(3). - Change the manual page accordingly. Revision Changes Path 1.15 +2 -2 src/lib/libc/string/strxfrm.3 1.14 +1 -4 src/lib/libc/string/strxfrm.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?200208142101.g7EL15bo039704>