summaryrefslogtreecommitdiff
path: root/doc/pastposix-functions/bcmp.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-14 14:28:16 +0100
committerBruno Haible <bruno@clisp.org>2008-12-14 14:28:16 +0100
commit3b87bfe5292b83efbdbc2ac366cef148550f9d4e (patch)
tree8b8f762298a26de961a95f7c1b19e97a4ad0ab24 /doc/pastposix-functions/bcmp.texi
parent17fda90447bb63295c9e4c260fe3b7b3a36915e7 (diff)
downloadgnulib-3b87bfe5292b83efbdbc2ac366cef148550f9d4e.tar.gz
Update doc for POSIX:2008. Part 1: Function removals.
Diffstat (limited to 'doc/pastposix-functions/bcmp.texi')
-rw-r--r--doc/pastposix-functions/bcmp.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/pastposix-functions/bcmp.texi b/doc/pastposix-functions/bcmp.texi
new file mode 100644
index 0000000000..52ec4a64c3
--- /dev/null
+++ b/doc/pastposix-functions/bcmp.texi
@@ -0,0 +1,21 @@
+@node bcmp
+@section @code{bcmp}
+@findex bcmp
+
+POSIX specification: @url{http://www.opengroup.org/susv3xsh/bcmp.html}
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on some platforms:
+Solaris 2.4, mingw.
+@item
+This function is marked as ``legacy'' in POSIX. Better use @code{memcmp}
+instead.
+@end itemize