* mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.

From-SVN: r245027
This commit is contained in:
Jakub Jelinek 2017-01-30 15:26:24 +01:00 committed by Jakub Jelinek
parent 0c7247cc1e
commit 24fc4dd899
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2017-01-30 Jakub Jelinek <jakub@redhat.com>
* mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.
2017-01-21 Jakub Jelinek <jakub@redhat.com>
PR other/79046

View File

@ -66,5 +66,6 @@ void __mpxrt_print (verbose_type vt, const char* frmt, ...);
mpx_rt_mode_t __mpxrt_mode (void);
void __mpxrt_utils_free (void);
void __mpxrt_print_summary (uint64_t num_brs, uint64_t l1_size);
void __mpxrt_stop (void) __attribute__ ((noreturn));
#endif /* MPXRT_UTILS_H */