Date: Wed, 3 Apr 2002 21:41:57 -0800 (PST) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include string.h strings.h Message-ID: <200204040541.g345fva08087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/04/03 21:41:57 PST
Modified files:
include string.h strings.h
Log:
o Move some function prototypes from <string.h> to the newly rewritten
<strings.h>, based on POSIX.1-2001's requirements.
o Add 'restrict' qualifier (spelled '__restrict') to functions in
<string.h>, as per C99 and POSIX.1-2001.
o Properly expose new POSIX.1-2001 functions in <string.h>.
Revision Changes Path
1.13 +24 -22 src/include/string.h
1.2 +28 -13 src/include/strings.h
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?200204040541.g345fva08087>
