Skip to content

Commit 2440d29

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
2 parents 6d005c2 + 257f108 commit 2440d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/php_crypt_r.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
MUTEX_T php_crypt_extended_init_lock;
4848
#endif
4949

50-
void php_init_crypt_r()
50+
void php_init_crypt_r(void)
5151
{
5252
#ifdef ZTS
5353
php_crypt_extended_init_lock = tsrm_mutex_alloc();
5454
#endif
5555
}
5656

57-
void php_shutdown_crypt_r()
57+
void php_shutdown_crypt_r(void)
5858
{
5959
#ifdef ZTS
6060
tsrm_mutex_free(php_crypt_extended_init_lock);

0 commit comments

Comments
 (0)