CVSROOT:        /cvs
Module name:    src
Changes by:     mill...@cvs.openbsd.org 2017/05/24 15:18:25

Modified files:
        lib/libc/stdlib: qsort.c 

Log message:
Support swapping 32-bit aligned elements on 64-bit platforms.
Previously they would be swapped a byte at a time when sizeof(int)
!= sizeof(long).  Idea from FreeBSD.

Reply via email to