summaryrefslogtreecommitdiff
path: root/ext/shmop/php_shmop.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shmop/php_shmop.h')
-rw-r--r--ext/shmop/php_shmop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/php_shmop.h b/ext/shmop/php_shmop.h
index e0e0448709..b9eaba6f07 100644
--- a/ext/shmop/php_shmop.h
+++ b/ext/shmop/php_shmop.h
@@ -45,7 +45,7 @@ struct php_shmop
int shmflg;
int shmatflg;
char *addr;
- php_int_t size;
+ zend_long size;
};
typedef struct {