shithub: riscv

Download patch

ref: 13f131f5d572bec665e09cf49b504e195f0f7c7d
parent: 8f4053d1efa1ee75a7bea09e624f1134d71a289a
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
--