diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-16 01:11:19 +0300 |
---|---|---|
committer | Innokentii Mokin <innokentii@ydb.tech> | 2024-02-16 18:35:23 +0000 |
commit | 47c72a5c8d285c63162e986367d7e9502508cfb9 (patch) | |
tree | 3709a62ce315a04b7abff0f5c6c878a57fa4d3ed /contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h | |
parent | 8c53cd6a582c18c37ac6886470a859fc1bce2ad7 (diff) | |
download | ydb-47c72a5c8d285c63162e986367d7e9502508cfb9.tar.gz |
Disable more vxWorks-specific includes
9b6d2992af95ef25579663aa968e97ea2f5ad9ef
Diffstat (limited to 'contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h')
-rw-r--r-- | contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h b/contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h index f0f43eac3a..384ab98362 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h +++ b/contrib/libs/poco/Foundation/include/Poco/Mutex_VX.h @@ -20,7 +20,7 @@ #include "Poco/Foundation.h" #include "Poco/Exception.h" -#include <semLib.h> +#error #include <semLib.h> #include <errno.h> |