Use intptr_t instead of ssize_t and more test fixes

This commit is contained in:
Alejandro Alonso
2024-08-09 11:17:03 -07:00
parent 96bfaafb14
commit 22349bcfb9
5 changed files with 25 additions and 10 deletions

View File

@@ -2825,7 +2825,7 @@ FUNCTION(GenericInstantiateLayoutString,
// void swift_initRawStructMetadata(Metadata *structType,
// StructLayoutFlags structLayoutFlags,
// const TypeLayout *likeType,
// ssize_t count,
// intptr_t count,
// RawLayoutFlags rawLayoutFlags);
FUNCTION(InitRawStructMetadata,
swift_initRawStructMetadata,