poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / memcmp.texi
blob204208cb0b04aeeb27936e439a29350f6b99d385
1 @node memcmp
2 @section @code{memcmp}
3 @findex memcmp
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/memcmp.html}
7 Gnulib module: memcmp
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function fails when comparing 16 bytes or more and with at least one
13 buffer not starting on a 4-byte boundary on some older platforms:
14 NeXTstep/x86.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 This function produces wrong results when the arguments are constant strings
21 and the compiler is clang 6.0.1.
22 @end itemize