[libc-commits] [PATCH] D78703: [libc] Add spec for sigdelset and sigfillset.

Fangrui Song via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 23 17:25:11 PDT 2020


MaskRay added a comment.

You can delete unneeded Phabricator tags (Reviewers: Tags: Subscribers:) with:

  arcfilter () {
          arc amend
          git log -1 --pretty=%B | awk '/Reviewers:|Subscribers:/{p=1} /Reviewed By:|Differential Revision:/{p=0} !p && !/^Summary:$/ {sub(/^Summary: /,"");print}' | git commit --amend -F -
  }


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78703/new/

https://reviews.llvm.org/D78703





More information about the libc-commits mailing list