aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-01 22:05:27 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:17:08 +0300
commit68f22913cb5325d9947580e52817cf5864a16e32 (patch)
tree78848b1e7ff70c3792b417d6a4ac9733455ce615 /build/sysincl
parent5a3307e7ef3b412d290f82ee9eee4120acce5926 (diff)
downloadydb-68f22913cb5325d9947580e52817cf5864a16e32.tar.gz
Move macOS-specific sysincls to where they belong
Diffstat (limited to 'build/sysincl')
-rw-r--r--build/sysincl/darwin.yml16
-rw-r--r--build/sysincl/unsorted.yml17
2 files changed, 16 insertions, 17 deletions
diff --git a/build/sysincl/darwin.yml b/build/sysincl/darwin.yml
index 54e5295fa2..736c4cc979 100644
--- a/build/sysincl/darwin.yml
+++ b/build/sysincl/darwin.yml
@@ -44,6 +44,7 @@
- curses.h
- dispatch/dispatch.h
- editline/readline.h
+ - Files.h
- ffi/ffi.h
- form.h
- gssapi.h
@@ -133,6 +134,7 @@
- simd/simd.h
- strhash.h
- sys/_types.h
+ - sys/_types/_mbstate_t.h
- sys/acl.h
- sys/aio.h
- sys/attr.h
@@ -173,7 +175,11 @@
- xpc/xpc.h
# OSX frameworks
+ - AEObjects.h
+ - AEPackObject.h
+ - AERegistry.h
- Accelerate/Accelerate.h
+ - AppleEvents.h
- AppKit/AppKit.h
- AppKit/NSView.h
- ApplicationServices/ApplicationServices.h
@@ -204,12 +210,15 @@
- CoreText/CoreText.h
- CoreVideo/CoreVideo.h
- DeviceCheck/DCAppAttestService.h
+ - Files.h
- Foundation/Foundation.h
- Foundation/NSException.h
- Foundation/NSString.h
- Foundation/NSKeyValueObserving.h
- Foundation/NSObject.h
+ - Gestalt.h
- GLKit/GLKit.h
+ - ImageCompression.h
- IOKit/IOBSD.h
- IOKit/IOKitLib.h
- IOKit/kext/KextManager.h
@@ -230,10 +239,15 @@
- OpenGLES/ES2/glext.h
- OpenGLES/ES3/gl.h
- OpenGLES/ES3/glext.h
+ - Palettes.h
+ - PictUtils.h
+ - Processes.h
- Speech/Speech.h
+ - QDOffscreen.h
- QuartzCore/QuartzCore.h
- QuartzCore/CAEAGLLayer.h
- QuartzCore/CAMetalLayer.h
+ - QuickDraw.h
- Security/SecCertificate.h
- Security/SecItem.h
- Security/SecImportExport.h
@@ -244,6 +258,8 @@
- Security/Security.h
- SystemConfiguration/SystemConfiguration.h
- SystemConfiguration/SCDynamicStoreCopySpecific.h
+ - TextUtils.h
+ - Types.h
- UIKit/UIImage.h
- UIKit/UIKit.h
- UIKit/UIScreen.h
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml
index 89d4f3ac58..5c5a4c6769 100644
--- a/build/sysincl/unsorted.yml
+++ b/build/sysincl/unsorted.yml
@@ -390,23 +390,6 @@
- perl.h
- XSUB.h
#endif
- #if defined(_darwin_)
- - AEObjects.h
- - AEPackObject.h
- - AERegistry.h
- - AppleEvents.h
- - Files.h
- - Gestalt.h
- - ImageCompression.h
- - Palettes.h
- - PictUtils.h
- - Processes.h
- - QDOffscreen.h
- - QuickDraw.h
- - TextUtils.h
- - Types.h
- - sys/_types/_mbstate_t.h
- #endif
#if defined(_OS2_)
- os2.h
#endif