diff options
| author | Anatol Belski <ab@php.net> | 2014-08-19 14:39:24 +0200 | 
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-19 14:39:24 +0200 | 
| commit | 398a1cc655c4b5076aac2492765da154f9fad9e5 (patch) | |
| tree | a10ecb420680b8adcf5e311d2905d40842fe48ad | |
| parent | 6974d36d01ed2a8ab681b8da934bbf89dc982ea5 (diff) | |
| download | php-git-398a1cc655c4b5076aac2492765da154f9fad9e5.tar.gz | |
added php_off_t alias
| -rw-r--r-- | main/php.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index 68e94869e0..a271f0d5fc 100644 --- a/main/php.h +++ b/main/php.h @@ -69,6 +69,7 @@  #define php_size_t zend_size_t  #define php_int_t zend_int_t  #define php_uint_t zend_uint_t +#define php_off_t zend_off_t  #define PHP_INT_MAX ZEND_INT_MAX  #define PHP_INT_MIN ZEND_INT_MIN  #define PHP_UINT_MAX ZEND_UINT_MAX  | 
