[libc-commits] [libc] [libc] Add sys/ucontext.h header (PR #194329)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Mon Apr 27 06:03:36 PDT 2026


kaladron wrote:

> You say POSIX provided sys/ucontext.h as an alias for ucontext.h. I haven't found that reference, but if that's the case, then what you've done makes sense here.

Ah, sorry - I wasn't clear.  POSIX provides ucontext.h.  sys/ucontext.h doesn't appear to be specified, but some things link it in.  For simplicyt I just want to make sys/ucontext.h a forwarding header and move on.

Am I still OK to proceed?

https://github.com/llvm/llvm-project/pull/194329


More information about the libc-commits mailing list