aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-20 18:48:07 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-20 19:10:40 +0300
commit0102408c4c66050d006364ec447e3824a5f79579 (patch)
tree2a0252a95920ff5f801c85645e4db590d65853ae /contrib
parentc140aae9bee1d236321521b93d2c5aa5fe7ee05c (diff)
downloadydb-0102408c4c66050d006364ec447e3824a5f79579.tar.gz
Disable OS/2-specific includes
eef0f71ed8d928bf5c681a10238054e4e681d149
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/libffi/src/dlmalloc.c2
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