summaryrefslogtreecommitdiffstats
path: root/libtomcrypt/headers/tomcrypt_custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/headers/tomcrypt_custom.h')
-rw-r--r--libtomcrypt/headers/tomcrypt_custom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtomcrypt/headers/tomcrypt_custom.h b/libtomcrypt/headers/tomcrypt_custom.h
index c537dc7605a..76b574487bc 100644
--- a/libtomcrypt/headers/tomcrypt_custom.h
+++ b/libtomcrypt/headers/tomcrypt_custom.h
@@ -65,7 +65,7 @@
#ifdef qsort
#define LTC_NO_PROTOTYPES
#endif
-#define XQSORT qsort
+#define XQSORT(x,y,z,w) sort(x,y,z,w,NULL)
#endif
/* Easy button? */