added missing _GNU_SOURCE for pthread_setname_np
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PTHREAD_SETNAME_NP
|
||||
# define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include "lib/utils/thread.h"
|
||||
#include "lib/utils/clock.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user