mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-04 20:51:33 +00:00
* doc/posix-headers/*.texi: Add info about MSVC 14. * doc/posix-functions/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise.
21 lines
440 B
Plaintext
21 lines
440 B
Plaintext
@node raise
|
|
@section @code{raise}
|
|
@findex raise
|
|
|
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/raise.html}
|
|
|
|
Gnulib module: raise
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This function is missing on some old platforms.
|
|
@item
|
|
This function crashes when invoked with invalid arguments on some platforms:
|
|
MSVC 14.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|