CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/17 09:13:30
Modified files:
regress/lib/libc/qsort: qsort_test.c
Log message:
There's no need to track the number of errors (and the counter might
wrap), make it a flag instead. Pointed out by schwarze@
