blob: 0a08099d306f527001b58ee85d5d3e778d30cf8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
@node pthread_attr_setstackaddr
@section @code{pthread_attr_setstackaddr}
@findex pthread_attr_setstackaddr
POSIX specification:@inlinefmt{tex,@*}
@url{https://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_attr_setstackaddr.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0.
@item
This function is not declared on some platforms:
Android 13.
@end itemize
|