select: Document a Haiku bug.
[gnulib.git] / doc / pastposix-functions / bzero.texi
blobc83ff0075dd5c6d878db25346313f153bebcf6db
1 @node bzero
2 @section @code{bzero}
3 @findex bzero
5 Removed in POSIX.1-2008.
6 POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/bzero.html}
8 Gnulib module: ---
10 Portability problems fixed by Gnulib:
11 @itemize
12 @end itemize
14 Portability problems not fixed by Gnulib:
15 @itemize
16 @item
17 This function is missing on some platforms:
18 mingw, MSVC 14, Android 9.0.
19 @item
20 This function is removed in POSIX.1-2008.  Better use @code{memset}
21 instead.
22 @end itemize