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

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 23 10:16:07 PDT 2020


abrachet added a comment.

Oops, thanks for fixing this

Could we also add these in libc/lib/CMakeLists.txt which I also forgot?



================
Comment at: libc/spec/posix.td:180
+          [ArgSpec<SigSetPtrType>,
+           ArgSpec<IntType>]
+        >,
----------------
Oops, thanks for adding that!


================
Comment at: libc/spec/posix.td:186
+          [ArgSpec<SigSetPtrType>,
+           ArgSpec<IntType>]
         >,
----------------
`sigfillset` doesn't take a second int.


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