diff options
author | midipix <writeonce@midipix.org> | 2021-06-18 07:16:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-18 07:19:36 +0000 |
commit | 504e11dc10d658b83447aaceffef84f4c9310b5f (patch) | |
tree | 7eb7b01e269fe8df5c4e3f3513fe9cf37d65a70a | |
parent | 22c3c3ec8316fc1a93a090ea3d8ff4a7f8579903 (diff) | |
download | sbpython3-504e11dc10d658b83447aaceffef84f4c9310b5f.tar.bz2 sbpython3-504e11dc10d658b83447aaceffef84f4c9310b5f.tar.xz |
profiles/osapi/rtld.h: added (zero) definition of HAVE_DECL_RTLD_MEMBER.
-rw-r--r-- | profiles/osapi/rtld.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |