diff options
Diffstat (limited to 'libc-top-half/musl/arch/powerpc64/bits/setjmp.h')
-rw-r--r-- | libc-top-half/musl/arch/powerpc64/bits/setjmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-top-half/musl/arch/powerpc64/bits/setjmp.h b/libc-top-half/musl/arch/powerpc64/bits/setjmp.h new file mode 100644 index 0000000..f7370e3 --- /dev/null +++ b/libc-top-half/musl/arch/powerpc64/bits/setjmp.h @@ -0,0 +1 @@ +typedef unsigned __int128 __jmp_buf[32]; |