diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-03 14:51:45 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:17:33 +0300 |
commit | a5bc019506abb323a0bbed84b9a4f299771c0cc8 (patch) | |
tree | 90418f85918e8e2d8cfb95fba3b44de01257d642 | |
parent | 2ed9104e38ed23f276e507b97d25c12cca398899 (diff) | |
download | ydb-a5bc019506abb323a0bbed84b9a4f299771c0cc8.tar.gz |
Move macOS-specific sysincls to where they belong
-rw-r--r-- | build/sysincl/darwin.yml | 1 | ||||
-rw-r--r-- | build/sysincl/unsorted.yml | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/build/sysincl/darwin.yml b/build/sysincl/darwin.yml index 950a6b204f..6991ba63c2 100644 --- a/build/sysincl/darwin.yml +++ b/build/sysincl/darwin.yml @@ -57,6 +57,7 @@ - libkern/OSAtomic.h - libkern/OSByteOrder.h - libkern/OSCacheControl.h + - libkern/version.h - libproc.h - mach-o/dyld.h - mach-o/fixup-chains.h diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index bea5e06343..067c0e221d 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -814,10 +814,6 @@ #if defined(_unix_) && TODO - sys/feature_tests.h #endif - #if defined(_darwin_) - - libkern/version.h - - System/pthread_machdep.h - #endif #if defined(_VMS_) && TODO - chfdef.h - libdef.h |