9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Re: qsort: update function description in /sys/include
       [not found] <fd4ef8036d4813b706c1d951e6ef8e5cc96d6913.camel@gmail.com>
@ 2021-08-11 12:58 ` an2qzavok
  0 siblings, 0 replies; only message in thread
From: an2qzavok @ 2021-08-11 12:58 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

I was too hasty with this one, 9/port/lib.h also needs an update:
---
//.git/fs/object/a9bccf9e9b1bd408629edaac277f6b3a3a4ab6fb/tree/sys/src/
9/port/lib.h
+++ sys/src/9/port/lib.h
@@ -158,7 +158,7 @@
 extern	int	dec64(uchar*, int, char*, int);
 extern	int	dec16(uchar*, int, char*, int);
 extern	int	encodefmt(Fmt*);
-extern	void	qsort(void*, long, long, int (*)(void*, void*));
+extern	void	qsort(void*, usize, usize, int (*)(void*, void*));
 
 /*
  * Syscall data structures

[-- Attachment #2: lib.h.diff --]
[-- Type: text/x-patch, Size: 410 bytes --]

--- //.git/fs/object/a9bccf9e9b1bd408629edaac277f6b3a3a4ab6fb/tree/sys/src/9/port/lib.h
+++ sys/src/9/port/lib.h
@@ -158,7 +158,7 @@
 extern	int	dec64(uchar*, int, char*, int);
 extern	int	dec16(uchar*, int, char*, int);
 extern	int	encodefmt(Fmt*);
-extern	void	qsort(void*, long, long, int (*)(void*, void*));
+extern	void	qsort(void*, usize, usize, int (*)(void*, void*));
 
 /*
  * Syscall data structures

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-13  5:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <fd4ef8036d4813b706c1d951e6ef8e5cc96d6913.camel@gmail.com>
2021-08-11 12:58 ` [9front] Re: qsort: update function description in /sys/include an2qzavok

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).