summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strxfrm.3
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-08-14 21:01:04 +0000
committerrobert <robert@FreeBSD.org>2002-08-14 21:01:04 +0000
commitc892b9928158be63c8856eff5a33bbf7bba79c49 (patch)
treee1369246118f3bf6fccf05ddfa05b502e0c9ff62 /lib/libc/string/strxfrm.3
parentaf770662f5873b76efc3233fab18400da9bded1d (diff)
downloadFreeBSD-src-c892b9928158be63c8856eff5a33bbf7bba79c49.zip
FreeBSD-src-c892b9928158be63c8856eff5a33bbf7bba79c49.tar.gz
- 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.
Diffstat (limited to 'lib/libc/string/strxfrm.3')
-rw-r--r--lib/libc/string/strxfrm.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index e3efbd8..9cd584e 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -47,7 +47,7 @@
.Sh SYNOPSIS
.In string.h
.Ft size_t
-.Fn strxfrm "char *dst" "const char *src" "size_t n"
+.Fn strxfrm "char *restrict dst" "const char *restrict src" "size_t n"
.Sh DESCRIPTION
The
.Fn strxfrm
OpenPOWER on IntegriCloud