scc-patches

scc patches
Log | Files | Refs | README

0001-include-Add-setjmp.h-for-i386.patch (588B)


      1 From bf637289850918533fcc74e75a10b45bc494882e Mon Sep 17 00:00:00 2001
      2 From: zerous Naveen Narayanan <zerous@nocebo.space>
      3 Date: Thu, 31 Oct 2019 09:05:03 +0100
      4 Subject: [PATCH 01/10] [include] Add setjmp.h for i386
      5 
      6 ---
      7  include/bits/i386/arch/setjmp.h | 1 +
      8  1 file changed, 1 insertion(+)
      9  create mode 100644 include/bits/i386/arch/setjmp.h
     10 
     11 diff --git a/include/bits/i386/arch/setjmp.h b/include/bits/i386/arch/setjmp.h
     12 new file mode 100644
     13 index 00000000..a1f485a9
     14 --- /dev/null
     15 +++ b/include/bits/i386/arch/setjmp.h
     16 @@ -0,0 +1 @@
     17 +typedef unsigned long long jmp_buf[8];
     18 -- 
     19 2.23.0
     20