diff options
Diffstat (limited to 'libc/misc/wordexp')
-rw-r--r-- | libc/misc/wordexp/wordexp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/wordexp/wordexp.c b/libc/misc/wordexp/wordexp.c index 9cdeaf162..7cac06f69 100644 --- a/libc/misc/wordexp/wordexp.c +++ b/libc/misc/wordexp/wordexp.c @@ -28,6 +28,7 @@ #define kill __kill #define getuid __getuid #define execve __execve +#define dup2 __dup2 #define _GNU_SOURCE #include <sys/cdefs.h> |