poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / memmove.texi
blobbad1428286a65f0a5af52cb246d8a2053f51cef9
1 @node memmove
2 @section @code{memmove}
3 @findex memmove
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/memmove.html}
7 Gnulib module: memmove
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function cannot be called from plain inline or extern inline functions
13 on some platforms:
14 OS X 10.8.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize