Kaynağa Gözat

LibPthread: Disable debug spam by default

Andreas Kling 5 yıl önce
ebeveyn
işleme
089110af93
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Libraries/LibPthread/pthread.cpp

+ 1 - 1
Libraries/LibPthread/pthread.cpp

@@ -37,7 +37,7 @@
 #include <time.h>
 #include <unistd.h>
 
-#define PTHREAD_DEBUG
+//#define PTHREAD_DEBUG
 
 namespace {
 using PthreadAttrImpl = Syscall::SC_create_thread_params;