mirror of
https://review.haiku-os.org/haiku
synced 2025-01-28 01:04:51 +01:00
195a0f350e
Since this argument may be used to pass pointers, uint32 is not correct for 64-bit. Effectively no change on 32-bit targets, both size_t and uint32 are unsigned long there.