Skip to content

tests: manually wrap libc functions

Simon Ser requested to merge emersion/wayland:fcntl-wrapper into main

The way we're wrapping libc functions via dlsym() is pretty fragile and breaks on FreeBSD.

Use a more manual way to wrap via a function pointer.

Edited by Simon Ser

Merge request reports