[all-commits] [llvm/llvm-project] da99ce: [libc] Implement SA_NODEFER and SA_RESETHAND signa...

Jeff Bailey via All-commits all-commits at lists.llvm.org
Tue Jul 14 04:23:21 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da99ce2fe0f4a185ceb02c9a650ba5efdb208612
      https://github.com/llvm/llvm-project/commit/da99ce2fe0f4a185ceb02c9a650ba5efdb208612
  Author: Jeff Bailey <jbailey at raspberryginger.com>
  Date:   2026-07-14 (Tue, 14 Jul 2026)

  Changed paths:
    M libc/include/llvm-libc-macros/linux/signal-macros.h
    M libc/test/src/signal/sigaction_test.cpp

  Log Message:
  -----------
  [libc] Implement SA_NODEFER and SA_RESETHAND signal flags (#209429)

Defined SA_NODEFER and SA_RESETHAND in Linux signal-macros.h.

Added unit tests in sigaction_test.cpp to verify the behavior of the new
flags. Also added a test case for SA_SIGINFO.

Assisted-by: Automated tooling, human reviewed.



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