diff options
Diffstat (limited to 'libc/unistd/exec.c')
-rw-r--r-- | libc/unistd/exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/unistd/exec.c b/libc/unistd/exec.c index 04549dd40..1e574825a 100644 --- a/libc/unistd/exec.c +++ b/libc/unistd/exec.c @@ -30,7 +30,6 @@ * to free the storage allocated for the copy. Better ideas anyone? */ -#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> |