diff --git a/include/dlfcn.h b/include/dlfcn.h index 9dbea76b..c946d5bf 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -1,6 +1,6 @@ /* -*-comment-start: "//";comment-end:""-*- * GNU Mes --- Maxwell Equations of Software - * Copyright © 2017 Jan (janneke) Nieuwenhuizen + * Copyright © 2017,2022 Jan (janneke) Nieuwenhuizen * * This file is part of GNU Mes. * @@ -36,8 +36,10 @@ #define RTLD_NODELETE 0x01000 #define RTLD_DEFAULT 0 +#if BOOTSTRAP void *dlopen (char const *filename, int flags); int dlclose (void *handle); +#endif #endif // ! SYSTEM_LIBC