[libc-commits] [PATCH] D74528: [libc] Add Initial Support for Signals

Fangrui Song via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 13 16:31:10 PST 2020


MaskRay added inline comments.


================
Comment at: libc/config/linux/api.td:144
+    // We use <linux/signal.h> so these should be defined.
+    MacroDefineIfNot<"NSIG", "64">,
+
----------------
What is it 64?


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

https://reviews.llvm.org/D74528





More information about the libc-commits mailing list