diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-17 19:43:01 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-17 19:53:53 +0300 |
commit | 36417997de1f3831e0d74d4dd4ee1595c76d4977 (patch) | |
tree | 916cb9023f43d305af56d3e896df78b855642f09 /build/sysincl/unused | |
parent | d7085a2d55b694b60541c697cdf192e49306660f (diff) | |
download | ydb-36417997de1f3831e0d74d4dd4ee1595c76d4977.tar.gz |
Restore vxworks.yml in unused directory, move stl-to-microsoft-stl.yml there
ee3320b4f4fa139860d1f4e739bfcfaea63fa81a
Diffstat (limited to 'build/sysincl/unused')
-rw-r--r-- | build/sysincl/unused/stl-to-microsoft-stl.yml | 18 | ||||
-rw-r--r-- | build/sysincl/unused/vxworks.yml | 16 |
2 files changed, 34 insertions, 0 deletions
diff --git a/build/sysincl/unused/stl-to-microsoft-stl.yml b/build/sysincl/unused/stl-to-microsoft-stl.yml new file mode 100644 index 0000000000..2a6f486e25 --- /dev/null +++ b/build/sysincl/unused/stl-to-microsoft-stl.yml @@ -0,0 +1,18 @@ +# This is unused sysincl list keps for information purposes only. +# It contains a non-standard subset of Microsoft/STL specific headers as found at +# https://github.com/microsoft/STL/tree/main/stl/inc +- includes: + - xhash + - xiosbase + - xlocale + - xlocinfo + - xlocnum + - xmemory + - xstddef + - xstring + - xtr1common + - xtree + - xutility + - ymath.h + - yvals.h + - yvals_core.h diff --git a/build/sysincl/unused/vxworks.yml b/build/sysincl/unused/vxworks.yml new file mode 100644 index 0000000000..ea694ddf0c --- /dev/null +++ b/build/sysincl/unused/vxworks.yml @@ -0,0 +1,16 @@ +- includes: + - hostLib.h + - ioLib.h + - iosLib.h + - pipeDrv.h + - resolvLib.h + - rtpLib.h + - selectLib.h + - semLib.h + - sockLib.h + - sockLib.h + - sysLib.h + - taskLib.h + - tickLib.h + - vxCpuLib.h + - vxWorks.h |