diff options
| author | forsyth <forsyth@vitanuova.com> | 2012-03-04 23:30:18 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2012-03-04 23:30:18 +0000 |
| commit | ad4c862fd80d3ad38a6464a9ea169a78354a77fc (patch) | |
| tree | 60bb8dc30248caf99b198989152aca6898352cf9 /DragonFly/386/include | |
| parent | 1e1b493dfc048d301ef6b41377f0a3665ee7f3fc (diff) | |
20120304-2330
Diffstat (limited to 'DragonFly/386/include')
| -rw-r--r-- | DragonFly/386/include/lib9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DragonFly/386/include/lib9.h b/DragonFly/386/include/lib9.h index c36541e5..dc94cf2c 100644 --- a/DragonFly/386/include/lib9.h +++ b/DragonFly/386/include/lib9.h @@ -278,6 +278,8 @@ extern double modf(double, double*); #define pow10 infpow10 extern double pow10(int); extern vlong strtoll(const char*, char**, int); +#define qsort infqsort +extern void qsort(void*, long, long, int (*)(void*, void*)); extern uvlong strtoull(const char*, char**, int); extern void sysfatal(char*, ...); extern int dec64(uchar*, int, char*, int); |
