From 3e8067a62725780222fa90f2945f1d5599a5cdd6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 21 Nov 2008 08:15:19 +0000 Subject: deal with TODOs left over from libc_hidden_proto removal (fixes build with locale enabled) --- libc/sysdeps/linux/common/mremap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux') 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 -- cgit v1.2.3