diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-15 12:50:36 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-15 13:03:26 +0300 |
commit | a6896984f44e1a839dba86a311b14ea1a29c274d (patch) | |
tree | e8967a6603d4db0781baf5f284e3ba6b76fc31e9 /contrib | |
parent | eb9d040698d3691d9c06caaf5c96b1f4781b2802 (diff) | |
download | ydb-a6896984f44e1a839dba86a311b14ea1a29c274d.tar.gz |
Disable vxWorks-specific includes in contrib/libs/openssl
e873edcba3e25965e18dcb463f692ea5c1e5e310
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/openssl/e_os.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/openssl/e_os.h b/contrib/libs/openssl/e_os.h index 9af7f3758d..fe3bc4c4cb 100644 --- a/contrib/libs/openssl/e_os.h +++ b/contrib/libs/openssl/e_os.h @@ -324,12 +324,12 @@ extern FILE *_imp___iob; /* vxworks */ # if defined(OPENSSL_SYS_VXWORKS) -# include <ioLib.h> -# include <tickLib.h> -# include <sysLib.h> -# include <vxWorks.h> -# include <sockLib.h> -# include <taskLib.h> +# error #include <ioLib.h> +# error #include <tickLib.h> +# error #include <sysLib.h> +# error #include <vxWorks.h> +# error #include <sockLib.h> +# error #include <taskLib.h> # define TTY_STRUCT int # define sleep(a) taskDelay((a) * sysClkRateGet()) |