From 504e11dc10d658b83447aaceffef84f4c9310b5f Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 18 Jun 2021 07:16:52 +0000 Subject: profiles/osapi/rtld.h: added (zero) definition of HAVE_DECL_RTLD_MEMBER. --- profiles/osapi/rtld.h | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/osapi/rtld.h b/profiles/osapi/rtld.h index b3cab7e..7423671 100644 --- a/profiles/osapi/rtld.h +++ b/profiles/osapi/rtld.h @@ -8,5 +8,6 @@ #define HAVE_DECL_RTLD_NODELETE 1 #define HAVE_DECL_RTLD_NOLOAD 1 #define HAVE_DECL_RTLD_NOW 1 +#define HAVE_DECL_RTLD_MEMBER 0 #endif -- cgit v1.2.3