Skip to content
Commit 88b05b3b authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

kernel: disable THREAD_USERSPACE_LOCAL_DATA if LIBC_ERRNO



Thread userspace local data is to be used with storing errno per
thread without thread local storage support. However, if the C
library has native errno support, there is no need to enable
thread userspace local data to store errno per thread. Therefore,
amend the default for CONFIG_THREAD_USERSPACE_LOCAL_DATA so that
it is not enabled if the C library has native errno support.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 27dedec4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment