X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-threads-posix-signals.h;h=59a38c1ceb21fcf922d109ffdff71091415978a5;hb=1c3ad5e78c23913341c3b0e221b5f19e92cf96e6;hp=2bdcf8e789ac29e055359ce26c8a4dfb5c406bba;hpb=3bc22b19614835c73c42101eaf58de6f666ef81a;p=mono.git diff --git a/mono/utils/mono-threads-posix-signals.h b/mono/utils/mono-threads-posix-signals.h index 2bdcf8e789a..59a38c1ceb2 100644 --- a/mono/utils/mono-threads-posix-signals.h +++ b/mono/utils/mono-threads-posix-signals.h @@ -14,6 +14,9 @@ typedef enum { MONO_THREADS_POSIX_INIT_SIGNALS_ABORT, } MonoThreadPosixInitSignals; +int +mono_threads_posix_signal_search_alternative (int min_signal); + void mono_threads_posix_init_signals (MonoThreadPosixInitSignals signals); @@ -28,4 +31,4 @@ mono_threads_posix_get_abort_signal (void); #endif /* defined(USE_POSIX_BACKEND) || defined(USE_POSIX_SYSCALL_ABORT) */ -#endif /* __MONO_THREADS_POSIX_SIGNALS_H__ */ \ No newline at end of file +#endif /* __MONO_THREADS_POSIX_SIGNALS_H__ */