[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:39:57 PST 2020


MaskRay added inline comments.


================
Comment at: libc/spec/linux.td:117
     SysMMan,
+    Signal
   ];
----------------
`Signal,`


================
Comment at: libc/spec/stdc.td:198
+        NamedType<"sigset_t">,
+        SizeTType
+      ], // Types
----------------
,


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

https://reviews.llvm.org/D74528





More information about the libc-commits mailing list