Merge branch 'fix-branch' into refs/top-bases/zfs-branch
This commit is contained in:
commit
844a9ced6d
|
@ -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