aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-05-21 18:30:20 +0300
committerthegeorg <thegeorg@yandex-team.ru>2022-05-21 18:30:20 +0300
commita85e3142a40f58f827a24a1325e89073c8c5c0e0 (patch)
tree93b4c05668104833f01368b2effc36616751012f
parent5e214d0b9c1193f7e7dba1e94342a4e65aa96003 (diff)
downloadydb-a85e3142a40f58f827a24a1325e89073c8c5c0e0.tar.gz
yamaker: Remove remaining usage of ignore_includes option
This option was used to mark non-resolvable `#include` statements with a deprecated `// Y_IGNORE` comment. Modern replacements are: * Explicit sysincl configuration * Disabling include with `#error #include` ref:1656ed19e3db6c6be6e55a98cac76d5e459e853c
-rw-r--r--build/sysincl/darwin.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/sysincl/darwin.yml b/build/sysincl/darwin.yml
index 51d9d0cad9..ed59d43ded 100644
--- a/build/sysincl/darwin.yml
+++ b/build/sysincl/darwin.yml
@@ -56,6 +56,7 @@
- libkern/OSCacheControl.h
- libproc.h
- mach-o/dyld.h
+ - mach-o/fixup-chains.h
- mach-o/getsect.h
- mach-o/loader.h
- mach/clock.h