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 | |
parent | 8c53cd6a582c18c37ac6886470a859fc1bce2ad7 (diff) | |
download | ydb-47c72a5c8d285c63162e986367d7e9502508cfb9.tar.gz |
Disable more vxWorks-specific includes
9b6d2992af95ef25579663aa968e97ea2f5ad9ef
Diffstat (limited to 'contrib/libs/poco/Foundation/include')
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/Event_VX.h b/contrib/libs/poco/Foundation/include/Poco/Event_VX.h index 9dd23c75e4..d1a3f9c748 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Event_VX.h +++ b/contrib/libs/poco/Foundation/include/Poco/Event_VX.h @@ -20,7 +20,7 @@ #include "Poco/Foundation.h" #include "Poco/Exception.h" -#include <semLib.h> +#error #include <semLib.h> namespace Poco { 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> diff --git a/contrib/libs/poco/Foundation/include/Poco/Semaphore_VX.h b/contrib/libs/poco/Foundation/include/Poco/Semaphore_VX.h index 181afe2f5c..1823c1ae11 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Semaphore_VX.h +++ b/contrib/libs/poco/Foundation/include/Poco/Semaphore_VX.h @@ -20,7 +20,7 @@ #include "Poco/Foundation.h" #include "Poco/Exception.h" -#include <semLib.h> +#error #include <semLib.h> namespace Poco { diff --git a/contrib/libs/poco/Foundation/include/Poco/Thread_VX.h b/contrib/libs/poco/Foundation/include/Poco/Thread_VX.h index 883bdccb82..fe2dd5e47e 100644 --- a/contrib/libs/poco/Foundation/include/Poco/Thread_VX.h +++ b/contrib/libs/poco/Foundation/include/Poco/Thread_VX.h @@ -24,7 +24,7 @@ #include "Poco/Event.h" #include "Poco/RefCountedObject.h" #include "Poco/AutoPtr.h" -#include <taskLib.h> +#error #include <taskLib.h> #error #include <taskVarLib.h> |