mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
* define compat_area_info to be used when applicable in compatibility mode. * handle 32-bit types in _user_reserve_address_range(), _user_get_area_info(), _user_get_next_area_info(), _user_transfer_area(), _user_clone_area(), _user_create_area(), _user_map_file(), other syscalls are compatible as is. * _get_next_area_info() doesn't work well with a 32-bit address cookie (address could be in 64-bit range). Instead use _compat_get_next_area_info() which uses the area id as cookie, though the areas are not ordered by address any more. Change-Id: Ic7519ca8824aa2d534b0f03ea75a1bf6ae321535