poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / shmat.texi
blobce0ca4bf4fb01bb7fb4a66d3487e76e0ad455e76
1 @node shmat
2 @section @code{shmat}
3 @findex shmat
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/shmat.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw, MSVC 14, Android 7.1.
18 @item
19 On Linux, the flag @code{SHM_REMAP} is needed in order to force @code{shmat}
20 to replace existing memory mappings in the specify address range.  On other
21 platforms, it is not needed.
22 @end itemize