summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmds/interrupter/interrupter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmds/interrupter/interrupter.c b/cmds/interrupter/interrupter.c
index ae555150c969..8bb522a26cec 100644
--- a/cmds/interrupter/interrupter.c
+++ b/cmds/interrupter/interrupter.c
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#define _GNU_SOURCE
/**
* The probability of a syscall failing from 0.0 to 1.0
@@ -32,8 +33,6 @@
#include <sys/stat.h>
#include <fcntl.h>
-/* For builds on glibc */
-#define __USE_GNU
#include <dlfcn.h>
#include "interrupter.h"