Skip to content

Commit

Permalink
no dlsym
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Aug 9, 2024
1 parent 6d6eb31 commit 69fadd4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@
#define JEMALLOC_HAVE_PTHREAD

/* dlsym() support */
#if !defined(_MSC_VER) && !defined(ENABLE_THREAD_SANITIZER)
#define JEMALLOC_HAVE_DLSYM
#endif
// #if !defined(_MSC_VER) && !defined(ENABLE_THREAD_SANITIZER)
// #define JEMALLOC_HAVE_DLSYM
// #endif

/* Adaptive mutex support in pthreads. */
/* #undef JEMALLOC_HAVE_PTHREAD_MUTEX_ADAPTIVE_NP */
Expand Down

0 comments on commit 69fadd4

Please sign in to comment.