Chromium Code Reviews

Unified Diff: fusl/arch/x86_64/bits/setjmp.h

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « fusl/arch/x86_64/bits/sem.h ('k') | fusl/arch/x86_64/bits/shm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/x86_64/bits/setjmp.h
diff --git a/fusl/arch/x86_64/bits/setjmp.h b/fusl/arch/x86_64/bits/setjmp.h
new file mode 100644
index 0000000000000000000000000000000000000000..63973a8001168472c1acc8ba1df81f59e8f7b583
--- /dev/null
+++ b/fusl/arch/x86_64/bits/setjmp.h
@@ -0,0 +1 @@
+typedef unsigned long __jmp_buf[8];
« no previous file with comments | « fusl/arch/x86_64/bits/sem.h ('k') | fusl/arch/x86_64/bits/shm.h » ('j') | no next file with comments »

Powered by Google App Engine