Add <stdnoreturn.h> header.

This commit is contained in:
Stephen Heumann 2020-01-19 12:44:20 -06:00
parent d10478967f
commit bc1f6eb457
1 changed files with 12 additions and 0 deletions

12
ORCACDefs/stdnoreturn.h Normal file
View File

@ -0,0 +1,12 @@
/****************************************************************
*
* stdnoreturn.h - macro for _Noreturn
*
****************************************************************/
#ifndef __stdnoreturn__
#define __stdnoreturn__
#define noreturn _Noreturn
#endif