- __pthread_pfz_setup(apple);
- __malloc_entropy_setup(apple);
-
-
-#ifdef PR_5243343
- /* 5243343 - temporary hack to detect if we are running the conformance test */
- if(getenv("TET_EXECUTE"))
- PR_5243343_flag = 1;
-#endif /* PR_5243343 */
-#if defined(__i386__) || defined(__x86_64__)
- if(getenv("__PTHREAD_LOCK_DEBUG__"))
- __pthread_lock_debug = 1;
- if(getenv("__PTHREAD_LOCK_OLD__")) {
- __pthread_lock_old = 1;
- usenew_impl = 0;
- }
-#endif
-