mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
LibC: Add missing initialization for the FILE mutex
This commit is contained in:
parent
6adb0dbdba
commit
1dfa386d70
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