summaryrefslogtreecommitdiff
path: root/ext/posix/php_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/php_posix.h')
-rw-r--r--ext/posix/php_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h
index 7dcc21fc85..a6cda8b48b 100644
--- a/ext/posix/php_posix.h
+++ b/ext/posix/php_posix.h
@@ -42,7 +42,7 @@
#define DLEXPORT
#endif
-extern php3_module_entry posix_module_entry;
+extern zend_module_entry posix_module_entry;
#define posix_module_ptr &posix_module_entry
PHP_FUNCTION(posix_kill);