Merge commit 'refs/top-bases/fix-branch' into fix-branch
This commit is contained in:
commit
efd36af3be
|
@ -73,6 +73,12 @@ extern "C" {
|
|||
#include <sys/u8_textprep.h>
|
||||
#include <sys/sysevent/eventdefs.h>
|
||||
|
||||
/*
|
||||
* Stack
|
||||
*/
|
||||
|
||||
#define noinline __attribute__((noinline))
|
||||
|
||||
/*
|
||||
* Debugging
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue