aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-01 22:05:27 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-01 22:27:41 +0300
commit0c944ce86b5c48fd14a44804978da28bffc2b284 (patch)
tree1b27a6de8abeb6f2b18272c08aa456bd5944c059
parente209e4d80612d47ef2ab1221ef11cb5b27885a6e (diff)
downloadydb-0c944ce86b5c48fd14a44804978da28bffc2b284.tar.gz
Move macOS-specific sysincls to where they belong
-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 54e5295fa27..736c4cc979c 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 89d4f3ac589..5c5a4c67697 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