[libc-commits] [PATCH] D135949: [libc] Add implementation of sigaltstack for linux.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Oct 18 14:49:24 PDT 2022
michaelrj accepted this revision.
michaelrj added a comment.
This revision is now accepted and ready to land.
Approved after one fix
================
Comment at: libc/spec/posix.td:64
+def RestrictedStackTPtr : RestrictedPtrType<StackT>;
+def ConstRestrictedStackTPtr : ConstType<StackT>;
+
----------------
this seems like it'd just be a `const stack_t`, and not a `const restrict *stack_t`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135949/new/
https://reviews.llvm.org/D135949
More information about the libc-commits
mailing list