summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index bcc74d9c8d..285fa15f00 100644
--- a/main/php.h
+++ b/main/php.h
@@ -307,7 +307,7 @@ int module_startup_modules(void);
int module_global_startup_modules(void);
int module_global_shutdown_modules(void);
-int mergesort(void *base, size_t nmemb, size_t size, int (*cmp) (const void *, const void *));
+int mergesort(void *base, size_t nmemb, register size_t size, int (*cmp) (const void *, const void *));
/*from basic functions*/
extern PHPAPI int _php_error_log(int opt_err,char *message,char *opt,char *headers);