[all-commits] [llvm/llvm-project] a342f7: [libc] Fix ucontext_t and mcontext_t for C complia...
Jeff Bailey via All-commits
all-commits at lists.llvm.org
Fri Apr 17 08:35:38 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a342f779af8ccaebeedaec7a59dc789a0c7e8db3
https://github.com/llvm/llvm-project/commit/a342f779af8ccaebeedaec7a59dc789a0c7e8db3
Author: Jeff Bailey <jbailey at raspberryginger.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M libc/include/llvm-libc-types/x86_64/mcontext_t.h
M libc/include/llvm-libc-types/x86_64/ucontext_t.h
Log Message:
-----------
[libc] Fix ucontext_t and mcontext_t for C compliance (#192648)
* x86_64/ucontext_t.h: Removed alignas to fix C compilation error.
* x86_64/mcontext_t.h: Updated include guard to prevent collision.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list