aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/execvpe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/execvpe.h')
-rw-r--r--include/execvpe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/execvpe.h b/include/execvpe.h
index 1fd2fbb..63cd042 100644
--- a/include/execvpe.h
+++ b/include/execvpe.h
@@ -14,7 +14,6 @@ __hsunix_execvpe(const char *name, char *const argv[], char *const envp[]);
#ifndef HSUNIX_EXECVPE_H_NO_COMPAT
#include "HsUnixConfig.h"
#if HAVE_EXECVPE
-# define _GNU_SOURCE
# include <unistd.h>
extern int
execvpe(const char *name, char *const argv[], char *const envp[]);