mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Move a redundant _GNU_SOURCE to where it is not redundant
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* Copyright (c) 2007-2015, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "orconfig.h"
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "orconfig.h"
|
||||
#define _GNU_SOURCE
|
||||
#include <stdlib.h>
|
||||
#include "compat.h"
|
||||
#include "compat_threads.h"
|
||||
|
||||
Reference in New Issue
Block a user