Fix stack noinline
[zfs.git] / lib / libzpool / include / sys / zfs_context.h
index 55b117c..f277656 100644 (file)
@@ -76,6 +76,12 @@ extern "C" {
 #include <sys/sunddi.h>
 
 /*
+ * Stack
+ */
+
+#define  noinline      __attribute__((noinline))
+
+/*
  * Debugging
  */