Hash :
241bef98
Author :
Date :
2011-04-30T13:54:47
sys_uio: Make <sys/uio.h> self-contained. * lib/sys_uio.in.h: Include <sys/types.h> before <sys/uio.h>. * doc/posix-headers/sys_uio.texi: Mention the OpenBSD problem.
@node sys/uio.h
@section @file{sys/uio.h}
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_uio.h.html}
Gnulib module: sys_uio
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
mingw.
@item
This header file is not self-contained (it requires @code{<sys/types.h>} to be
included first) on some platforms:
OpenBSD 4.4.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize