LibPthread: Disable debug spam by default

This commit is contained in:
Andreas Kling 2020-02-01 12:25:51 +01:00
parent 276b6a4372
commit 089110af93

View file

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