Date: Fri, 15 Mar 2024 21:53:48 GMT From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c4ff9276a969 - main - strnlen(3): add HISTORY Message-ID: <202403152153.42FLrmwu005610@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by obrien: URL: https://cgit.FreeBSD.org/src/commit/?id=c4ff9276a969a3a691ee1f336ce4ed6c0c9b0b99 commit c4ff9276a969a3a691ee1f336ce4ed6c0c9b0b99 Author: David E. O'Brien <obrien@FreeBSD.org> AuthorDate: 2024-01-30 20:55:20 +0000 Commit: David E. O'Brien <obrien@FreeBSD.org> CommitDate: 2024-03-15 21:52:47 +0000 strnlen(3): add HISTORY Complete 4b7f35db's HISTORY's train of thought --- lib/libc/string/strlen.3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3 index b65e7abd6423..91b82a085b01 100644 --- a/lib/libc/string/strlen.3 +++ b/lib/libc/string/strlen.3 @@ -96,3 +96,8 @@ and was ported to .At v7 . The .Fn strnlen +function first appeared in +.Fx 8.0 , +.Ox 4.8 , +and +.Nx 6.0 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403152153.42FLrmwu005610>