diff options
| -rwxr-xr-x | core/src/tbox/inc/bsd/tbox.config.h | 6 | ||||
| -rwxr-xr-x | core/src/tbox/inc/cygwin/tbox.config.h | 4 | ||||
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 4 | ||||
| -rwxr-xr-x | core/src/tbox/inc/macosx/tbox.config.h | 4 | ||||
| -rwxr-xr-x | core/src/tbox/inc/msys/tbox.config.h | 4 | ||||
| m--------- | core/src/tbox/tbox | 0 |
6 files changed, 11 insertions, 11 deletions
diff --git a/core/src/tbox/inc/bsd/tbox.config.h b/core/src/tbox/inc/bsd/tbox.config.h index 05a1296f3..de75479c0 100755 --- a/core/src/tbox/inc/bsd/tbox.config.h +++ b/core/src/tbox/inc/bsd/tbox.config.h @@ -9,7 +9,7 @@ #define TB_CONFIG_VERSION_BUILD 201907051345 // defines -#define TB_CONFIG_OS_LINUX 1 +#define TB_CONFIG_OS_BSD 1 #define _GNU_SOURCE 1 #define _REENTRANT 1 #define TB_CONFIG_SMALL 1 @@ -181,8 +181,8 @@ /* #undef TB_CONFIG_POSIX_HAVE_PIPE2 */ #define TB_CONFIG_POSIX_HAVE_MKFIFO 1 -// freebsd functions -#define TB_CONFIG_FREEBSD_HAVE_FLOCK 1 +// bsd functions +#define TB_CONFIG_BSD_HAVE_FLOCK 1 // systemv functions #define TB_CONFIG_SYSTEMV_HAVE_SEMGET 1 diff --git a/core/src/tbox/inc/cygwin/tbox.config.h b/core/src/tbox/inc/cygwin/tbox.config.h index 69ad5d300..fea570e1f 100755 --- a/core/src/tbox/inc/cygwin/tbox.config.h +++ b/core/src/tbox/inc/cygwin/tbox.config.h @@ -216,8 +216,8 @@ /* #undef TB_CONFIG_WINDOWS_HAVE__INTERLOCKEDCOMPAREEXCHANGE64_ACQ */ /* #undef TB_CONFIG_WINDOWS_HAVE__INTERLOCKEDCOMPAREEXCHANGE64_REL */ -// freebsd functions -#define TB_CONFIG_FREEBSD_HAVE_FLOCK 1 +// bsd functions +#define TB_CONFIG_BSD_HAVE_FLOCK 1 // systemv functions /* #undef TB_CONFIG_SYSTEMV_HAVE_SEMGET */ diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index dff3a0dad..d3e16a6a3 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -193,8 +193,8 @@ /* #undef TB_CONFIG_POSIX_HAVE_PIPE2 */ #define TB_CONFIG_POSIX_HAVE_MKFIFO 1 -// freebsd functions -#define TB_CONFIG_FREEBSD_HAVE_FLOCK 1 +// bsd functions +#define TB_CONFIG_BSD_HAVE_FLOCK 1 // systemv functions #define TB_CONFIG_SYSTEMV_HAVE_SEMGET 1 diff --git a/core/src/tbox/inc/macosx/tbox.config.h b/core/src/tbox/inc/macosx/tbox.config.h index e7f5d15d1..f7e64654a 100755 --- a/core/src/tbox/inc/macosx/tbox.config.h +++ b/core/src/tbox/inc/macosx/tbox.config.h @@ -181,8 +181,8 @@ /* #undef TB_CONFIG_POSIX_HAVE_PIPE2 */ #define TB_CONFIG_POSIX_HAVE_MKFIFO 1 -// freebsd functions -#define TB_CONFIG_FREEBSD_HAVE_FLOCK 1 +// bsd functions +#define TB_CONFIG_BSD_HAVE_FLOCK 1 // systemv functions #define TB_CONFIG_SYSTEMV_HAVE_SEMGET 1 diff --git a/core/src/tbox/inc/msys/tbox.config.h b/core/src/tbox/inc/msys/tbox.config.h index 69ad5d300..fea570e1f 100755 --- a/core/src/tbox/inc/msys/tbox.config.h +++ b/core/src/tbox/inc/msys/tbox.config.h @@ -216,8 +216,8 @@ /* #undef TB_CONFIG_WINDOWS_HAVE__INTERLOCKEDCOMPAREEXCHANGE64_ACQ */ /* #undef TB_CONFIG_WINDOWS_HAVE__INTERLOCKEDCOMPAREEXCHANGE64_REL */ -// freebsd functions -#define TB_CONFIG_FREEBSD_HAVE_FLOCK 1 +// bsd functions +#define TB_CONFIG_BSD_HAVE_FLOCK 1 // systemv functions /* #undef TB_CONFIG_SYSTEMV_HAVE_SEMGET */ diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject 176957ac44e694b552877b55e569ba7e77f37d4 +Subproject 1f9b721e16baa627a9bc7000076ffce92b0523f |
