diff --git a/sys/sys/errno.h b/sys/sys/errno.h index 7770ee31e2bf..97fe1bdb63db 100644 --- a/sys/sys/errno.h +++ b/sys/sys/errno.h @@ -193,6 +193,7 @@ __END_DECLS #define ERELOOKUP (-5) /* retry the directory lookup */ #endif +#ifndef _KERNEL #if __EXT1_VISIBLE /* ISO/IEC 9899:2011 K.3.2.2 */ #ifndef _ERRNO_T_DEFINED @@ -200,5 +201,6 @@ __END_DECLS typedef int errno_t; #endif #endif /* __EXT1_VISIBLE */ +#endif #endif