diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-20 18:48:07 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-20 19:10:40 +0300 |
commit | 0102408c4c66050d006364ec447e3824a5f79579 (patch) | |
tree | 2a0252a95920ff5f801c85645e4db590d65853ae | |
parent | c140aae9bee1d236321521b93d2c5aa5fe7ee05c (diff) | |
download | ydb-0102408c4c66050d006364ec447e3824a5f79579.tar.gz |
Disable OS/2-specific includes
eef0f71ed8d928bf5c681a10238054e4e681d149
-rw-r--r-- | contrib/restricted/libffi/src/dlmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/libffi/src/dlmalloc.c b/contrib/restricted/libffi/src/dlmalloc.c index ec85fcec2a4..84f502a68f4 100644 --- a/contrib/restricted/libffi/src/dlmalloc.c +++ b/contrib/restricted/libffi/src/dlmalloc.c @@ -466,7 +466,7 @@ DEFAULT_MMAP_THRESHOLD default: 256K #ifdef __OS2__ #define INCL_DOS -#include <os2.h> +#error #include <os2.h> #define HAVE_MMAP 1 #define HAVE_MORECORE 0 #define LACKS_SYS_MMAN_H |