Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include: types.h: toolchain.h: Move TLS macro definition #79094

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. include: types.h: toolchain.h: Move TLS macro definition

    Move the `Z_THREAD_LOCAL` macro from
    `include/zephyr/toolchain/common.h` to `include/zephyr/types.h`.
    
    This is needed since some `syscall.h` files are using TLS but aren't
    including `zephyr/toolchain.h` (but they are including
    `zephyr/types.h`).
    
    Signed-off-by: Daniel Flodin <daniel.flodin@iar.com>
    danielfl-iar committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    87c170e View commit details
    Browse the repository at this point in the history