/* * Copyright (c) 2021, Gunnar Beutner * * SPDX-License-Identifier: BSD-2-Clause */ #include // These are used by libdl and are filled in by the dynamic loader. DlCloseFunction __dlclose; DlOpenFunction __dlopen; DlSymFunction __dlsym; DlAddrFunction __dladdr;