Files
ladybird/Userland/Libraries/LibC/stdio.cpp
Conor Byrne 8515d7d5ab LibC: Implement `flockfile and funlockfile`
To do this, we must set the type attribute when initializing a FILE to
``__PTHREAD_MUTEX_RECURSIVE``.
2022-01-01 09:50:32 +00:00

31 KiB