Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
baselibc is providing some functions from libbsd eg strlcpy. We are also using queue.h from BSD which on native build is system wide. Unfortunatelly libbsd >= 0.11.3 is needed, see [1]. For older versions one need to "define __uintptr_t uintptr_t". [1] https://gitlab.freedesktop.org/libbsd/libbsd/-/issues/6
- Loading branch information