mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +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_fd(fd)
|
||||||
, m_mode(mode)
|
, m_mode(mode)
|
||||||
{
|
{
|
||||||
|
__pthread_mutex_init(&m_mutex, nullptr);
|
||||||
}
|
}
|
||||||
~FILE();
|
~FILE();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue