Skip to content

Commit dbf415e

Browse files
committed
Zend/zend_alloc: make stderr_last_error() static
Only used internally.
1 parent 9f5c391 commit dbf415e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ static ZEND_COLD ZEND_NORETURN void zend_mm_safe_error(zend_mm_heap *heap,
396396
}
397397

398398
#ifdef _WIN32
399-
void
399+
static void
400400
stderr_last_error(char *msg)
401401
{
402402
DWORD err = GetLastError();

0 commit comments

Comments
 (0)