Bug 256010 - [bmalloc] Replace ssize_t with ptrdiff_t for portability.
Summary: [bmalloc] Replace ssize_t with ptrdiff_t for portability.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: bmalloc (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 143310
  Show dependency treegraph
 
Reported: 2023-04-26 13:38 PDT by Basuke Suzuki
Modified: 2023-04-27 15:53 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Basuke Suzuki 2023-04-26 13:38:35 PDT
ssize_t is used for some argument to indicate +/-delta. Because it depends on posix, let's replace the usage with ptrdiff_t which is standard.
Comment 1 EWS 2023-04-27 15:52:07 PDT
Committed 263472@main (3fca1b37291f): <https://commits.webkit.org/263472@main>

Reviewed commits have been landed. Closing PR #13243 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-04-27 15:53:26 PDT
<rdar://problem/108631611>