diff options
| author | ruki <[email protected]> | 2020-05-09 00:35:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-08 21:35:29 +0800 |
| commit | 5d1fa4df3b9b3ea857264745e06d425662085ff5 (patch) | |
| tree | ef9b34b41a3946c0c35a78afa8b5378d6db39101 /core/src/tbox/inc/linux | |
| parent | 55c0264fcdc854f8481830c49635d374cb43afbc (diff) | |
rename freebsd to bsd
Diffstat (limited to 'core/src/tbox/inc/linux')
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
