diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-14 23:10:07 +0300 |
---|---|---|
committer | Innokentii Mokin <innokentii@ydb.tech> | 2024-02-16 18:35:15 +0000 |
commit | a0489d6f602b3ad6c0eabde30ba4b6f1196028fa (patch) | |
tree | f5028caa72a3850d16c4ce9416eb9bd1f1ee9e8a | |
parent | b3535e288df1ca20559f7c33061889666509f68f (diff) | |
download | ydb-a0489d6f602b3ad6c0eabde30ba4b6f1196028fa.tar.gz |
Disable vxWorks-specific include
85198e56aa2fd6e5c8f831153acf77bc155e509b
-rw-r--r-- | contrib/restricted/boost/thread/src/pthread/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/thread/src/pthread/thread.cpp b/contrib/restricted/boost/thread/src/pthread/thread.cpp index bcaa787071..a028aabc02 100644 --- a/contrib/restricted/boost/thread/src/pthread/thread.cpp +++ b/contrib/restricted/boost/thread/src/pthread/thread.cpp @@ -32,7 +32,7 @@ #endif #if defined(__VXWORKS__) -#include <vxCpuLib.h> +#error #include <vxCpuLib.h> #endif #include <fstream> |