1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/doc/posix-functions/raise.texi
Bruno Haible 492fd301bd raise: Support for MSVC.
* lib/signal.in.h (raise): New declaration.
* lib/raise.c (raise_nothrow, rpl_raise): New alternate implementation
for native Windows platforms.
* m4/raise.m4: New file.
* m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize GNULIB_RAISE,
HAVE_RAISE, REPLACE_RAISE.
* modules/signal (Makefile.am): Substitute GNULIB_RAISE, HAVE_RAISE,
REPLACE_RAISE.
* modules/raise (Status, Notice): Remove fields.
(Files): Add m4/raise.m4.
(Depends-on): Add signal, msvc-inval.
(configure.ac): Use the common idioms.
(Maintainer): Add me.
* tests/test-signal-c++.cc: Check the signature of raise.
* doc/posix-functions/raise.texi: Mention the problem on MSVC.
2011-09-24 00:50:39 +02:00

21 lines
439 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 9.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize