syslog-ng source
pio.h File Reference
#include "compat.h"
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for pio.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ COMPAT_PIO_H_INCLUDED

#define COMPAT_PIO_H_INCLUDED   1

◆ pread

#define pread   bb__pread

◆ pwrite

#define pwrite   bb__pwrite

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 
)