[all-commits] [llvm/llvm-project] 4d3505: [libc] Add sigaction

Alex Brachet via All-commits all-commits at lists.llvm.org
Tue Mar 17 22:10:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d35055635ab91e640e8ae67c312ea6091ef7dae
      https://github.com/llvm/llvm-project/commit/4d35055635ab91e640e8ae67c312ea6091ef7dae
  Author: Alex Brachet <alexbrachetmialot at gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M libc/config/linux/api.td
    M libc/config/linux/signal.h.in
    M libc/lib/CMakeLists.txt
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/signal/linux/CMakeLists.txt
    A libc/src/signal/linux/__restore.cpp
    A libc/src/signal/linux/sigaction.cpp
    A libc/src/signal/sigaction.h
    M libc/test/src/signal/CMakeLists.txt
    A libc/test/src/signal/sigaction_test.cpp

  Log Message:
  -----------
  [libc] Add sigaction

Summary: This patch adds `sigaction` and the `sa_restorer` signal trampoline function `__restore_rt`

Reviewers: sivachandra, MaskRay, PaulkaToast

Reviewed By: sivachandra

Subscribers: gchatelet, mgorny, tschuett, libc-commits

Differential Revision: https://reviews.llvm.org/D75802




More information about the All-commits mailing list