diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 21:01:04 +0000 | 
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 21:01:04 +0000 | 
| commit | 33f9b60eeea647ad7d895fdfb10f309969c37b6b (patch) | |
| tree | e1369246118f3bf6fccf05ddfa05b502e0c9ff62 /lib/libc/string/strxfrm.c | |
| parent | b7dbaf7b46e3801e05050872619180ac60c7126a (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strxfrm.c')
| -rw-r--r-- | lib/libc/string/strxfrm.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index d19bdffd31e3..3e57a3c7fd97 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -33,10 +33,7 @@ __FBSDID("$FreeBSD$");  #include "collate.h"  size_t -strxfrm(dest, src, len) -	char *dest; -	const char *src; -	size_t len; +strxfrm(char *__restrict dest, const char *__restrict src, size_t len)  {  	int prim, sec, l;  	size_t slen; | 
