summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-01 21:36:52 +0000
committerSascha Schumann <sas@php.net>2000-05-01 21:36:52 +0000
commit358bdc88321b671d08fb34b2db535253e31a6f0c (patch)
tree069181d64e185e60d307227ae5b8e93177d844c0 /ext/posix/posix.c
parent1e3d94b70b276fdb9b6079d0d86a346f19c67c8f (diff)
downloadphp-git-358bdc88321b671d08fb34b2db535253e31a6f0c.tar.gz
Make posix module buildable as shared module
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r--ext/posix/posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c
index ca637f5732..21221c6184 100644
--- a/ext/posix/posix.c
+++ b/ext/posix/posix.c
@@ -130,7 +130,7 @@ zend_module_entry posix_module_entry = {
};
#ifdef COMPILE_DL
-DLEXPORT zend_module_entry *get_module(void) { return &posix__module_entry; }
+DLEXPORT zend_module_entry *get_module(void) { return &posix_module_entry; }
#endif
static PHP_MINFO_FUNCTION(posix)