diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-18 18:18:57 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-18 18:30:52 +0300 |
commit | 452cf9e068aef7110e35e654c5d47eb80111ef89 (patch) | |
tree | dac8ef7a5b350b46cb51c7c9b3fd8e71df4eb4eb /build/sysincl | |
parent | 0bb2168d0660be7316ffbafdb4bdc4e9957f39cf (diff) | |
download | ydb-452cf9e068aef7110e35e654c5d47eb80111ef89.tar.gz |
Remove empty resolving of VMS-specific includes
0983a1c6d37304d05284e57d9dd2943bfd69c1fc
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/unsorted.yml | 25 | ||||
-rw-r--r-- | build/sysincl/unused/vms.yml | 24 |
2 files changed, 24 insertions, 25 deletions
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index eebe6ce834..880c2fccd2 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -314,31 +314,6 @@ #if defined(_arm_) - arm/limits.h #endif - #if defined(_VMS_) && TODO - - atrdef.h - - dcdef.h - - descrip.h - - dvsdef.h - - fab.h - - fibdef.h - - gen64def.h - - iledef.h - - iodef.h - - lib$routines.h - - libfildef.h - - libfisdef.h - - lnmdef.h - - nam.h - - rms.h - - rmsdef.h - - ssdef.h - - starlet.h - - str$routines.h - - stsdef.h - - syidef.h - - times.h - - unixio.h - #endif #if defined(_SOLARIS_) && TODO - synch.h - sys/byteorder.h diff --git a/build/sysincl/unused/vms.yml b/build/sysincl/unused/vms.yml new file mode 100644 index 0000000000..9f328b5593 --- /dev/null +++ b/build/sysincl/unused/vms.yml @@ -0,0 +1,24 @@ +- includes: + - atrdef.h + - dcdef.h + - descrip.h + - dvsdef.h + - fab.h + - fibdef.h + - gen64def.h + - iledef.h + - iodef.h + - lib$routines.h + - libfildef.h + - libfisdef.h + - lnmdef.h + - nam.h + - rms.h + - rmsdef.h + - ssdef.h + - starlet.h + - str$routines.h + - stsdef.h + - syidef.h + - times.h + - unixio.h |