summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_shared_alloc.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2013-05-29 14:34:22 -0700
committerRasmus Lerdorf <rasmus@php.net>2013-05-29 14:34:53 -0700
commit4c762152bf138d7f090699584ded3ceb519910bf (patch)
tree71ee75979be9e6ec8f1124b08c048342b7b1a64e /ext/opcache/zend_shared_alloc.h
parent29ee4b81f2a17943b677d9b6fb372ec36166984a (diff)
downloadphp-git-4c762152bf138d7f090699584ded3ceb519910bf.tar.gz
Use size_t everywhere instead
Diffstat (limited to 'ext/opcache/zend_shared_alloc.h')
-rw-r--r--ext/opcache/zend_shared_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/zend_shared_alloc.h b/ext/opcache/zend_shared_alloc.h
index 40f1f89ec0..e94ecab9b3 100644
--- a/ext/opcache/zend_shared_alloc.h
+++ b/ext/opcache/zend_shared_alloc.h
@@ -117,7 +117,7 @@ extern zend_smm_shared_globals *smm_shared_globals;
#define SHARED_ALLOC_REATTACHED (SUCCESS+1)
-int zend_shared_alloc_startup(long requested_size);
+int zend_shared_alloc_startup(size_t requested_size);
void zend_shared_alloc_shutdown(void);
/* allocate shared memory block */