summaryrefslogtreecommitdiff
path: root/ext/posix
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix')
-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 580911afa6..be2a4f53ce 100644
--- a/ext/posix/posix.c
+++ b/ext/posix/posix.c
@@ -301,7 +301,7 @@ const zend_function_entry posix_functions[] = {
PHP_FE(posix_initgroups, arginfo_posix_initgroups)
#endif
- {NULL, NULL, NULL}
+ PHP_FE_END
};
/* }}} */