23 #ifndef COMPAT_PIO_H_INCLUCED
24 #define COMPAT_PIO_H_INCLUDED 1
28 #include <sys/types.h>
34 #if ! SYSLOG_NG_HAVE_PREAD || SYSLOG_NG_HAVE_BROKEN_PREAD
41 #define pread bb__pread
42 #define pwrite bb__pwrite
44 ssize_t
bb__pread(
int fd,
void *buf,
size_t count, off_t offset);
45 ssize_t
bb__pwrite(
int fd,
const void *buf,
size_t count, off_t offset);
ssize_t bb__pread(int fd, void *buf, size_t count, off_t offset)
Definition: pio.c:33
ssize_t bb__pwrite(int fd, const void *buf, size_t count, off_t offset)
Definition: pio.c:55