diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-14 23:10:07 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-14 23:25:58 +0300 |
commit | 60d08bacccf758f3b72eeee84defd39ce3559f63 (patch) | |
tree | b7cbc925388285c3c949a5e4c1b41df4e903d91e | |
parent | c14e27ba8c8b51b0cfe1508fee0498a942c89eb2 (diff) | |
download | ydb-60d08bacccf758f3b72eeee84defd39ce3559f63.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> |