[PATCH] D15086: builtins: Fix the sysroot's reference to si_int in int_types.h

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 11:32:42 PST 2015


joerg accepted this revision.
joerg added a comment.
This revision is now accepted and ready to land.

Looks good with the comment change.


================
Comment at: lib/builtins/int_types.h:23
@@ -22,1 +22,3 @@
 
+/* si_int is defined in sysroot's asm-generic/siginfo.h */
+#ifdef si_int
----------------
Change that into `Linux's asm-generic/siginfo.h` please.


http://reviews.llvm.org/D15086





More information about the llvm-commits mailing list