Loading...
--- Libc/Libc-1725.40.4/tests/netbsd_getenv_thread.c
+++ Libc/Libc-1158.1.2/tests/netbsd_getenv_thread.c
@@ -147,8 +147,7 @@
T_PASS("setenv_thread() completed successfully");
}
-T_DECL(unsetenv_thread, "Test unsetenv(3) with threads",
- T_META_ENVVAR("MallocStackLogging=lite"))
+T_DECL(unsetenv_thread, "Test unsetenv(3) with threads")
{
pthread_t threads[THREADED_NUM_THREADS];
time_t endtime = time(NULL) + THREADED_RUN_TIME;