diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-06-09 17:46:41 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-06-09 17:55:07 +0300 |
commit | 0d86049b43a82faa56ca2314d64d8c3e9508a61b (patch) | |
tree | 63c7c78712207fc39e5283f6f93c9366723706c0 /build/sysincl | |
parent | dc2056233ab4b16a84dcea43f683eaa0df0a720a (diff) | |
download | ydb-0d86049b43a82faa56ca2314d64d8c3e9508a61b.tar.gz |
Flatten posix-specific headers in bison/lib (gnulib)
Also: switch configs to platform_dispatchers.
82894b183119eb953ffd9eb90de5d6bf29ffed9a
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/misc.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 6cf26f250b..c4129f4f75 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -48,10 +48,7 @@ - source_filter: "^contrib/tools/bison/" includes: - error.h: contrib/tools/bison/lib/error.h - - fcntl.h: contrib/tools/bison/lib/platform/posix/fcntl.h - - getopt.h: contrib/tools/bison/lib/platform/posix/getopt.h - obstack.h: contrib/tools/bison/lib/obstack.h - - regex.h: contrib/tools/bison/lib/regex.h - system.h # ucrt headers are included by bison/lib in a very specific way - ../ucrt/fcntl.h |