Fix a typo in conditional compilation

This commit is contained in:
Gregory Nutt 2014-09-03 10:59:22 -06:00
parent 67d516d9d1
commit 0c8cc8c691

View File

@ -263,7 +263,7 @@ extern "C"
#endif
#if (!defined(CONFIG_BUILD_PROTECTED) && !defined(CONFIG_BUILD_KERNEL)) || \
(defined(CONFIG_BUILD_DEFINED) && !defined(__KERNEL__))
(defined(CONFIG_BUILD_PROTECTED) && !defined(__KERNEL__))
/* User heap structure:
*
* - Flat build: In the FLAT build, the user heap structure is a globally