Skip to content

Commit

Permalink
Use RTLD_DEEPBIND only when available
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jan 6, 2024
1 parent f34b342 commit 7842ce7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mpitrampoline/src/mpitrampoline.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ static void *load_library(const char *const libname) {
handle = dlopen(libname, RTLD_LAZY | RTLD_LOCAL
#ifdef RTLD_DEEPBIND
| RTLD_DEEPBIND
#error "good! have RTLD_DEEPBIND"
#else
#error "no RTLD_DEEPBIND"
#endif
);

Expand Down

0 comments on commit 7842ce7

Please sign in to comment.