diff options
| author | ruki <[email protected]> | 2025-11-23 22:23:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-23 22:23:43 +0800 |
| commit | 65bd1574949a6d1e452d4652700027ebdad7bf1f (patch) | |
| tree | f961d59fa3f8ffd7f6361f761f4f0bd262e205c3 /core/src | |
| parent | bfaf74e86fbb99c5a83f95e1fcc484868f7270ff (diff) | |
fix some errors in tbox.config.h for solaris
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/tbox/inc/solaris/tbox.config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/tbox/inc/solaris/tbox.config.h b/core/src/tbox/inc/solaris/tbox.config.h index a6bd8d5a4..dd904f892 100644 --- a/core/src/tbox/inc/solaris/tbox.config.h +++ b/core/src/tbox/inc/solaris/tbox.config.h @@ -93,7 +93,7 @@ #define TB_CONFIG_LIBC_HAVE_SETJMP 1 #define TB_CONFIG_LIBC_HAVE_SIGSETJMP 1 #define TB_CONFIG_LIBC_HAVE_KILL 1 -#define TB_CONFIG_LIBC_HAVE_BACKTRACE 1 +/* #undef TB_CONFIG_LIBC_HAVE_BACKTRACE */ #define TB_CONFIG_LIBC_HAVE_SETLOCALE 1 #define TB_CONFIG_LIBC_HAVE_FPUTC 1 #define TB_CONFIG_LIBC_HAVE_FGETC 1 @@ -219,7 +219,7 @@ /* #undef TB_CONFIG_WINDOWS_HAVE__INTERLOCKEDCOMPAREEXCHANGE64_REL */ // bsd functions -#define TB_CONFIG_BSD_HAVE_FLOCK 1 +/* #undef TB_CONFIG_BSD_HAVE_FLOCK */ // systemv functions #define TB_CONFIG_SYSTEMV_HAVE_SEMGET 1 |
