Skip to content

Commit 54c7e34

Browse files
committed
ext/opcache/zend_shared_alloc: make zend_shared_alloc_create_lock() static
1 parent d81d73f commit 54c7e34

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
@@ -72,7 +72,7 @@ static const zend_shared_memory_handler_entry handler_table[] = {
7272
};
7373

7474
#ifndef ZEND_WIN32
75-
void zend_shared_alloc_create_lock(const char *lockfile_path)
75+
static void zend_shared_alloc_create_lock(const char *lockfile_path)
7676
{
7777
int val;
7878

0 commit comments

Comments
 (0)