[Bug 212724] function signatures in man page missing the "restrict" keyword
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 05:22:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212724
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.
--
You are receiving this mail because:
You are on the CC list for the bug.