diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-06 14:09:54 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-06 14:40:54 +0300 |
commit | 58bf93aa2a19207b73af4e3a4894741903ee0566 (patch) | |
tree | ece7f50eee32b64a8d163447562af9efe815283f | |
parent | 827c0fdd6c6254607957a92aa6f8131c24e0cb04 (diff) | |
download | ydb-58bf93aa2a19207b73af4e3a4894741903ee0566.tar.gz |
Remove empty resolving of QNX-specific headers
-rw-r--r-- | build/sysincl/unsorted.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index cad1dcc53a..771cb6f2fa 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -7,9 +7,6 @@ includes: - stat.h - libutf8.h - #if defined(_OS_QNX) && CONTRIB - - devctl.h - #endif - CrashReporterClient.h - Errors.h - ICSupport.h @@ -478,9 +475,6 @@ - lwp.h - perfuse.h #endif - #if V8_OS_QNX - - sys/syspage.h - #endif #if V8_OS_AIX - sys/systemcfg.h - sys/thread.h @@ -779,9 +773,6 @@ #if defined(_TRASH_) && TODO - google/profiler.h #endif - #if defined(__QNXNTO__) - - sys/cpuinline.h - #endif - net/errno.h - sys/mode.h - nwstdio.h |