diff options
| author | ruki <[email protected]> | 2016-07-13 12:57:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-13 12:57:06 +0800 |
| commit | 526ddbb858b9c49589ff071442b1cefe6913b182 (patch) | |
| tree | 62cfd31d0c1345f334309db80481f457a1de8745 | |
| parent | 432933cdcaab697448f57f01ad9d6f45717b3b5c (diff) | |
update tbox and fix setjmp error
| -rwxr-xr-x | core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h | 2 | ||||
| -rwxr-xr-x | core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h | 2 | ||||
| -rw-r--r-- | core/pkg/tbox.pkg/inc/tbox/libc/misc/setjmp.h | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h index e2e1ed72c..eb5ab2557 100755 --- a/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h +++ b/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h @@ -6,7 +6,7 @@ #define TB_CONFIG_VERSION_MAJOR 1 #define TB_CONFIG_VERSION_MINOR 5 #define TB_CONFIG_VERSION_ALTER 3 -#define TB_CONFIG_VERSION_BUILD 201607041154 +#define TB_CONFIG_VERSION_BUILD 201607131253 // defines #define TB_CONFIG_OS_LINUX 1 diff --git a/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h index e2e1ed72c..e70295eda 100755 --- a/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h +++ b/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h @@ -6,7 +6,7 @@ #define TB_CONFIG_VERSION_MAJOR 1 #define TB_CONFIG_VERSION_MINOR 5 #define TB_CONFIG_VERSION_ALTER 3 -#define TB_CONFIG_VERSION_BUILD 201607041154 +#define TB_CONFIG_VERSION_BUILD 201607131254 // defines #define TB_CONFIG_OS_LINUX 1 diff --git a/core/pkg/tbox.pkg/inc/tbox/libc/misc/setjmp.h b/core/pkg/tbox.pkg/inc/tbox/libc/misc/setjmp.h index 0d6758c6d..b8583dcfd 100644 --- a/core/pkg/tbox.pkg/inc/tbox/libc/misc/setjmp.h +++ b/core/pkg/tbox.pkg/inc/tbox/libc/misc/setjmp.h @@ -70,7 +70,6 @@ typedef jmp_buf tb_jmpbuf_t; // the sigjmpbuf type #ifdef TB_CONFIG_LIBC_HAVE_SIGSETJMP -#error typedef sigjmp_buf tb_sigjmpbuf_t; #endif |
