summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-03 20:21:37 +0200
committerBruno Haible <bruno@clisp.org>2022-09-03 20:29:14 +0200
commit9873e7b560392a33250c9ee7cbb7d3d235fc1c5b (patch)
treeea2f1978f0d319a768345c4c77f99adedcd452ab /doc
parent274b9dea4c96f0fdff0aeb767322f2f280cfc2fa (diff)
downloadgnulib-9873e7b560392a33250c9ee7cbb7d3d235fc1c5b.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-headers/net_if.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-headers/net_if.texi b/doc/posix-headers/net_if.texi
index 48ffa502ae..7d967a815c 100644
--- a/doc/posix-headers/net_if.texi
+++ b/doc/posix-headers/net_if.texi
@@ -8,6 +8,9 @@ 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.
@@ -15,7 +18,4 @@ Mac OS X 10.5, FreeBSD 8.2, OpenBSD 5.2.
Portability problems not fixed by Gnulib:
@itemize
-@item
-This header file is missing on some platforms:
-mingw, MSVC 14.
@end itemize