Files
ladybird/Kernel/FileSystem/FileDescription.cpp
Sergey Bugaev 1606261c58 Kernel: Fix cloning file descriptions on fork
After a fork, the parent and the child are supposed to share
the same file description. For example, modifying the current
offset of a file description is visible in both of them.
2019-08-11 16:30:43 +02:00

7.2 KiB