diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-03 14:51:45 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-03 15:08:27 +0300 |
commit | b73ecef2065fe748721c1fa8d65a9f3e9b9e0bf9 (patch) | |
tree | de71ee03822c185b1d2311ecaadaece674b5788b /build/sysincl | |
parent | 49eb098f169aed6662115d62abaec0b2c90ee999 (diff) | |
download | ydb-b73ecef2065fe748721c1fa8d65a9f3e9b9e0bf9.tar.gz |
Move macOS-specific sysincls to where they belong
Diffstat (limited to 'build/sysincl')
-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 |