

Go to the source code of this file.
Macros | |
| #define | COMPAT_PIO_H_INCLUDED 1 |
| #define | pread bb__pread |
| #define | pwrite bb__pwrite |
Functions | |
| ssize_t | bb__pread (int fd, void *buf, size_t count, off_t offset) |
| ssize_t | bb__pwrite (int fd, const void *buf, size_t count, off_t offset) |
| #define COMPAT_PIO_H_INCLUDED 1 |
| #define pread bb__pread |
| #define pwrite bb__pwrite |
| ssize_t bb__pread | ( | int | fd, |
| void * | buf, | ||
| size_t | count, | ||
| off_t | offset | ||
| ) |
| ssize_t bb__pwrite | ( | int | fd, |
| const void * | buf, | ||
| size_t | count, | ||
| off_t | offset | ||
| ) |