From 8c6d4505329f94446084ca93eae10cd796d79a8d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 26 Jan 2019 22:41:05 -0500 Subject: new framework for building sources after gitlab migration --- nonstd/public/setjmp.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nonstd/public/setjmp.h (limited to 'nonstd/public') diff --git a/nonstd/public/setjmp.h b/nonstd/public/setjmp.h new file mode 100644 index 00000000..fb510bdc --- /dev/null +++ b/nonstd/public/setjmp.h @@ -0,0 +1,7 @@ +#include + +int __setjmp(jmp_buf env) +{ + (void)env; + return 0; +} -- cgit v1.2.1