summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/mremap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/mremap.c')
-rw-r--r--libc/sysdeps/linux/common/mremap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/mremap.c b/libc/sysdeps/linux/common/mremap.c
index 70627af9e..0295a25da 100644
--- a/libc/sysdeps/linux/common/mremap.c
+++ b/libc/sysdeps/linux/common/mremap.c
@@ -12,7 +12,7 @@
#ifdef __NR_mremap
-//vda:TODO: add comment and explain why??
+/* Why do we do this?! */
#define mremap _hidemremap
#include <sys/mman.h>