mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
LibPthread: Disable debug spam by default
This commit is contained in:
parent
276b6a4372
commit
089110af93
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define PTHREAD_DEBUG
|
||||
//#define PTHREAD_DEBUG
|
||||
|
||||
namespace {
|
||||
using PthreadAttrImpl = Syscall::SC_create_thread_params;
|
||||
|
|
Loading…
Add table
Reference in a new issue