summaryrefslogtreecommitdiffstats
path: root/sys/libkern/qsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/qsort.c')
-rw-r--r--sys/libkern/qsort.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/libkern/qsort.c b/sys/libkern/qsort.c
index 407ad6b..a8f7534 100644
--- a/sys/libkern/qsort.c
+++ b/sys/libkern/qsort.c
@@ -35,9 +35,9 @@
#include <sys/libkern.h>
-typedef int cmp_t __P((const void *, const void *));
-static __inline char *med3 __P((char *, char *, char *, cmp_t *));
-static __inline void swapfunc __P((char *, char *, int, int));
+typedef int cmp_t(const void *, const void *);
+static __inline char *med3(char *, char *, char *, cmp_t *);
+static __inline void swapfunc(char *, char *, int, int);
#define min(a, b) (a) < (b) ? a : b
OpenPOWER on IntegriCloud