summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index 7115603..ba54885 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -74,9 +74,9 @@
#endif
/* Avoid unwanted userlandish components */
-#define KERNEL
+#define _KERNEL
#include <sys/errno.h>
-#undef KERNEL
+#undef _KERNEL
/* special stand error codes */
#define EADAPT (ELAST+1) /* bad adaptor */
OpenPOWER on IntegriCloud