Module Name: src Committed By: christos Date: Sat Apr 17 17:50:13 UTC 2010
Modified Files: src/lib/libc/string: swab.3 Log Message: add restrict To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/string/swab.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/string/swab.3 diff -u src/lib/libc/string/swab.3:1.9 src/lib/libc/string/swab.3:1.10 --- src/lib/libc/string/swab.3:1.9 Thu Aug 7 12:43:53 2003 +++ src/lib/libc/string/swab.3 Sat Apr 17 13:50:13 2010 @@ -26,9 +26,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)swab.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: swab.3,v 1.9 2003/08/07 16:43:53 agc Exp $ +.\" $NetBSD: swab.3,v 1.10 2010/04/17 17:50:13 christos Exp $ .\" -.Dd June 4, 1993 +.Dd April 17, 2010 .Dt SWAB 3 .Os .Sh NAME @@ -39,7 +39,7 @@ .Sh SYNOPSIS .In unistd.h .Ft void -.Fn swab "const void *src" "void *dst" "size_t len" +.Fn swab "const void * restrict src" "void * restrict dst" "size_t len" .Sh DESCRIPTION The function .Fn swab