util: use anonymous file for memory fd creation
The original implementation in os_memory_fd.c always uses memfds. Replace this by using the already existing os_create_anonymous_file in order to support older systems or systems without memfd. Fixes: 1166ee9c ("gallium: add utility and interface for memory fd allocations") Reviewed-by:Marek Olšák <marek.olsak@amd.com> Part-of: <mesa/mesa!13331>
Loading
Please register or sign in to comment