scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 6b93e6e4f39d38fe1f62d1a12eccd17e3b89c8df
parent 832a9103963629630add315c5a098b0db3d7e5d8
Author: Roberto E. Vargas Caballero <roberto@clue.aero>
Date:   Fri, 19 Jun 2020 17:44:35 +0200

libc: Add setjmp.h for ppc

Diffstat:
Ainclude/bits/ppc/arch/setjmp.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/bits/ppc/arch/setjmp.h b/include/bits/ppc/arch/setjmp.h @@ -0,0 +1 @@ +typedef unsigned long long jmp_buf[56];