diff options
Diffstat (limited to 'ext/sysvshm/sysvshm.c')
| -rw-r--r-- | ext/sysvshm/sysvshm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index f5c6cad21c..68dbe1b571 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -51,7 +51,7 @@ zend_module_entry sysvshm_module_entry = { #if COMPILE_DL -zend_module_entry *get_module() { return &sysvshm_module_entry; } +ZEND_GET_MODULE(sysvshm) #endif #undef shm_ptr /* undefine AIX-specific macro */ |
