diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-21 08:15:19 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-21 08:15:19 +0000 |
commit | 3e8067a62725780222fa90f2945f1d5599a5cdd6 (patch) | |
tree | 4520c861bbe1b914339cd8fbc5071c8ceb2d5b95 /libc/sysdeps/linux/common/mremap.c | |
parent | cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (diff) |
deal with TODOs left over from libc_hidden_proto removal
(fixes build with locale enabled)
Diffstat (limited to 'libc/sysdeps/linux/common/mremap.c')
-rw-r--r-- | libc/sysdeps/linux/common/mremap.c | 2 |
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> |