syslog-ng source
pio.c File Reference
#include "compat/pio.h"
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for pio.c:

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)
 

Function Documentation

◆ bb__pread()

ssize_t bb__pread ( int  fd,
void *  buf,
size_t  count,
off_t  offset 
)

◆ bb__pwrite()

ssize_t bb__pwrite ( int  fd,
const void *  buf,
size_t  count,
off_t  offset 
)