mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibC: Add missing initialization for the FILE mutex
This commit is contained in:
parent
6adb0dbdba
commit
1dfa386d70
Notes:
sideshowbarker
2024-07-18 18:53:19 +09:00
Author: https://github.com/gunnarbeutner
Commit: 1dfa386d70
Pull-request: https://github.com/SerenityOS/serenity/pull/6747
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ public:
|
|||
: m_fd(fd)
|
||||
, m_mode(mode)
|
||||
{
|
||||
__pthread_mutex_init(&m_mutex, nullptr);
|
||||
}
|
||||
~FILE();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue