Date: Tue, 12 Oct 2021 05:22:00 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 212724] function signatures in man page missing the "restrict" keyword Message-ID: <bug-212724-9-9rN9ZmnIEe@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212724-9@https.bugs.freebsd.org/bugzilla/> References: <bug-212724-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212724 Felix Johnson <felix.the.red@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |patch --- Comment #2 from Felix Johnson <felix.the.red@gmail.com> --- The functions in strcpy(3) already have the restrict keyword. This includes stpcpy, stpncpy, strcpy, and strncpy. The functions in strlcpy(3) (strlcpy, strlcat) have the restrict keyword. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212724-9-9rN9ZmnIEe>