mirror of
https://review.haiku-os.org/haiku
synced 2025-02-09 15:18:56 +01:00
The cookie is used to store the base address of the area that was just visited. On 64-bit systems, int32 is not sufficient. Therefore, changed to ssize_t which retains compatibility on x86 while expanding to a sufficient size on x86_64.