mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 13:01:29 +01:00
c55a06055f
Simple BPositionIO implementation using the POSIX API on a FD. In effect similar to BFile, but more easily ported to kernel and boot loader (and the FD is reusable).
2 lines
37 B
C
2 lines
37 B
C
#include <../private/storage/FdIO.h>
|