diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-16 01:11:19 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-16 01:22:44 +0300 |
commit | 4caca7eb9e8088dd04b3d5ece212a9770ee3013c (patch) | |
tree | 411282770c6aa576164cb273618ff3ebdcbce863 /contrib/libs/poco/Foundation | |
parent | 4ba86122014389d824bb2dedf23ee694b4f0a412 (diff) | |
download | ydb-4caca7eb9e8088dd04b3d5ece212a9770ee3013c.tar.gz |
Disable more vxWorks-specific includes
9b6d2992af95ef25579663aa968e97ea2f5ad9ef
Diffstat (limited to 'contrib/libs/poco/Foundation')
7 files changed, 7 insertions, 7 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> diff --git a/contrib/libs/poco/Foundation/src/Event_VX.cpp b/contrib/libs/poco/Foundation/src/Event_VX.cpp index 18f667156e..667e89d014 100644 --- a/contrib/libs/poco/Foundation/src/Event_VX.cpp +++ b/contrib/libs/poco/Foundation/src/Event_VX.cpp @@ -13,7 +13,7 @@ #include "Poco/Event_VX.h" -#include <sysLib.h> +#error #include <sysLib.h> namespace Poco { diff --git a/contrib/libs/poco/Foundation/src/Mutex_VX.cpp b/contrib/libs/poco/Foundation/src/Mutex_VX.cpp index a4b32acbbf..6089916862 100644 --- a/contrib/libs/poco/Foundation/src/Mutex_VX.cpp +++ b/contrib/libs/poco/Foundation/src/Mutex_VX.cpp @@ -13,7 +13,7 @@ #include "Poco/Mutex_VX.h" -#include <sysLib.h> +#error #include <sysLib.h> namespace Poco { diff --git a/contrib/libs/poco/Foundation/src/Semaphore_VX.cpp b/contrib/libs/poco/Foundation/src/Semaphore_VX.cpp index 5bc63b530c..ad43a8ee79 100644 --- a/contrib/libs/poco/Foundation/src/Semaphore_VX.cpp +++ b/contrib/libs/poco/Foundation/src/Semaphore_VX.cpp @@ -13,7 +13,7 @@ #include "Poco/Semaphore_VX.h" -#include <sysLib.h> +#error #include <sysLib.h> namespace Poco { |