Skip to content

Commit d12b6a0

Browse files
committed
ext/opcache/zend_shared_alloc: make zend_shared_alloc_create_lock() static
1 parent 04733fe commit d12b6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/zend_shared_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static const zend_shared_memory_handler_entry handler_table[] = {
7979
};
8080

8181
#ifndef ZEND_WIN32
82-
void zend_shared_alloc_create_lock(const char *lockfile_path)
82+
static void zend_shared_alloc_create_lock(const char *lockfile_path)
8383
{
8484
int val;
8585

0 commit comments

Comments
 (0)