]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Improve doc about ioctl.
authorBruno Haible <bruno@clisp.org>
Tue, 10 Oct 2017 19:57:28 +0000 (21:57 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 10 Oct 2017 19:57:28 +0000 (21:57 +0200)
* doc/posix-functions/ioctl.texi: Fix list of platforms with non-POSIX
prototype.

ChangeLog
doc/posix-functions/ioctl.texi

index 8d409706b8942634f155ddaeffa1025e18650881..9ff4b959a3b7712d82a1a252bef9fe774a1d6417 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-10  Bruno Haible  <bruno@clisp.org>
+
+       doc: Improve doc about ioctl.
+       * doc/posix-functions/ioctl.texi: Fix list of platforms with non-POSIX
+       prototype.
+
 2017-10-09  Bruno Haible  <bruno@clisp.org>
 
        wcwidth: Don't use obsolete syntax of 'test'.
index c4e24151e2445c7251b910d3c6c5d16e04dde865..e4a1ddec1345840591b7cfe247f368842442dd25 100644 (file)
@@ -13,8 +13,9 @@ On Windows platforms (excluding Cygwin), @code{ioctl} is called
 @code{ioctlsocket}, and error codes from this function are not placed in
 @code{errno}, and @code{WSAGetLastError} must be used instead.
 @item
-On glibc platforms, the second parameter is of type @code{unsigned long}
-rather than @code{int}.
+The second parameter is of type @code{unsigned long} rather than @code{int}
+on some platforms:
+glibc 2.26, Mac OS X 10.5, FreeBSD 11.0, NetBSD 7.0, OpenBSD 6.0, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib: