summaryrefslogtreecommitdiffstats
path: root/include/sys/sdt.h
diff options
context:
space:
mode:
authorRichard Yao <[email protected]>2013-10-05 22:19:05 -0400
committerBrian Behlendorf <[email protected]>2013-10-09 14:20:46 -0700
commit4768c0d0a61497f2f3a52678154f2742a355618f (patch)
tree1d5233cf68e56d9194f9857b3bda22c89e13a716 /include/sys/sdt.h
parent429fe89ceefa033120f220787265eb10d77991e7 (diff)
Define SET_ERROR()
Signed-off-by: Richard Yao <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'include/sys/sdt.h')
-rw-r--r--include/sys/sdt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/sdt.h b/include/sys/sdt.h
index 6c8395f99..287bfaa71 100644
--- a/include/sys/sdt.h
+++ b/include/sys/sdt.h
@@ -25,4 +25,6 @@
#ifndef _SPL_SDT_H
#define _SPL_SDT_H
+#define SET_ERROR(x) (x)
+
#endif /* SPL_SDT_H */