ref: 8e50a6f2c0b1ab60a0fdd817e69407318e08c34d
parent: 603139e848fb12abf88c029f249da802d2742831
author: Arne <cgnarne@netcologne.de>
date: Sat Feb 15 13:46:42 EST 2025
qsort(2): sync with function declaration
--- a/sys/man/2/qsort
+++ b/sys/man/2/qsort
@@ -8,7 +8,7 @@
.PP
.B
.nf
-void qsort(void *base, long nel, long width,
+void qsort(void *base, usize nel, usize width,
.B
int (*compar)(void*, void*))
.fi
--
⑨