Hash :
9873e7b5
Author :
Date :
2022-09-03T20:21:37
net_if: Add C++ tests. * tests/test-net_if-c++.cc: New file. * modules/net_if-c++-tests: New file. * modules/net_if-tests (Depends-on): Add net_if-c++-tests. * doc/posix-headers/net_if.texi: Fix documentation.
@node net/if.h
@section @file{net/if.h}
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html}
Gnulib module: net_if
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
mingw, MSVC 14.
@item
This header file is not self-contained on some platforms (needing
<sys/socket.h> to be included first):
Mac OS X 10.5, FreeBSD 8.2, OpenBSD 5.2.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize