mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 22:18:13 +01:00
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.