CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/12/11 16:05:38
Modified files: include : unistd.h lib/libc/string: swab.c Log message: update swab() to match the current posix definition. "rationale: none." rewrite the function to be simpler as well. the compiler can unroll the loop for us if necessary. ok schwarze