RESOLVED FIXED 256010
[bmalloc] Replace ssize_t with ptrdiff_t for portability.
https://bugs.webkit.org/show_bug.cgi?id=256010
Summary [bmalloc] Replace ssize_t with ptrdiff_t for portability.
Basuke Suzuki
Reported 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.
Attachments
EWS
Comment 1 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.
Radar WebKit Bug Importer
Comment 2 2023-04-27 15:53:26 PDT
Note You need to log in before you can comment on or make changes to this bug.