Files
ladybird/Kernel/FileSystem
Andreas Kling d1395f2eb9 Kernel: Add FileDescription read/write API that bypasses current offset
Forcing users of a FileDescription to seek before they can read/write
makes it inherently racy. This patch adds variants of read/write that
simply ignore the "current offset" of the description in favor of a
caller-supplied offset.
2021-07-16 02:40:53 +02:00
..
2021-07-11 14:14:51 +02:00
2021-07-11 00:20:38 +02:00
2021-07-11 14:14:51 +02:00
2021-07-11 14:14:51 +02:00
2021-07-11 00:20:38 +02:00