On Sat, Apr 17, 2010 at 01:57:39PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat Apr 17 17:57:39 UTC 2010 > > Modified Files: > src/lib/libc/string: swab.3 swab.c > > Log Message: > Change and document for POSIX compliance.
The restrict part was fine, but why ssize_t? I t just does not make any sense at all, especially with the "ignore negative values" part. Martin