[common] properly define _GNU_SOURCE and set the thread names

This commit is contained in:
Geoffrey McRae
2020-08-10 16:22:02 +10:00
parent 90d0cd873d
commit d9a80b16f0
4 changed files with 6 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define _GNU_SOURCE
#include "common/crash.h"
#include "common/debug.h"