summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/unistd/exec.c b/libc/unistd/exec.c
index 052728d83..e61ff1988 100644
--- a/libc/unistd/exec.c
+++ b/libc/unistd/exec.c
@@ -30,6 +30,7 @@
* to free the storage allocated for the copy. Better ideas anyone?
*/
+#define mmap __mmap
#define munmap __munmap
#define execve __execve