poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / tcgetsid.texi
blob0e3c04b5fc6dc1ca2a7be81bf1bd188640748aad
1 @node tcgetsid
2 @section @code{tcgetsid}
3 @findex tcgetsid
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/tcgetsid.html}
7 Gnulib module: tcgetsid
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 FreeBSD 6.0, OpenBSD 4.5, Minix 3.1.8, Cygwin 1.7.9, mingw, MSVC 14, Android 4.4.
14 @item
15 The declaration of this function in C++ compilation units has C++ linkage, not
16 C linkage, on some platforms:
17 HP-UX 11.00.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 This function always fails on some platforms:
24 FreeBSD 6.0, Cygwin 1.7.8, mingw, MSVC 14.
25 @item
26 This function returns int instead of pid_t on some platforms:
27 Cygwin 1.7.11.
28 @end itemize