|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Header for vector I/O. More...
#include <sys/cdefs.h>#include <sys/types.h>Go to the source code of this file.
Data Structures | |
| struct | iovec_t |
| I/O vector structure. More... | |
Macros | |
| #define | UIO_MAXIOV IOV_MAX |
| Old alias for the maximum length of an iovec. | |
Header for vector I/O.
This file contains definitions for vector I/O operations, as specified by the POSIX 2008 specification. Full vector-based I/O is not supported for file operations, but the stuff in here is still useful elsewhere.