Define SET_ERROR()
Signed-off-by: Richard Yao <ryao@gentoo.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
429fe89cee
commit
4768c0d0a6
|
@ -25,4 +25,6 @@
|
||||||
#ifndef _SPL_SDT_H
|
#ifndef _SPL_SDT_H
|
||||||
#define _SPL_SDT_H
|
#define _SPL_SDT_H
|
||||||
|
|
||||||
|
#define SET_ERROR(x) (x)
|
||||||
|
|
||||||
#endif /* SPL_SDT_H */
|
#endif /* SPL_SDT_H */
|
||||||
|
|
Loading…
Reference in New Issue