aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/pthread_early_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nptl/pthread_early_init.h')
-rw-r--r--sysdeps/nptl/pthread_early_init.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/nptl/pthread_early_init.h b/sysdeps/nptl/pthread_early_init.h
index 39255d928c..f1a3b65d1a 100644
--- a/sysdeps/nptl/pthread_early_init.h
+++ b/sysdeps/nptl/pthread_early_init.h
@@ -53,9 +53,7 @@ __pthread_early_init (void)
__default_pthread_attr.internal.stacksize = limit.rlim_cur;
__default_pthread_attr.internal.guardsize = GLRO (dl_pagesize);
-#if HAVE_TUNABLES
__pthread_tunables_init ();
-#endif
}
#endif /* _PTHREAD_EARLY_INIT_H */