[git commit future 1/1] mmap.c: fix typo in an earlier commit

Khem Raj raj.khem at gmail.com
Sat Mar 19 18:51:25 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=283f9c35735a2b5c98fd1bf389bbcf89063a2c87
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Reported-by: Tony Wu <tung7970 at gmail.com>
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libc/sysdeps/linux/common/mmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/mmap.c b/libc/sysdeps/linux/common/mmap.c
index 0bfae0b..dbc66c2 100644
--- a/libc/sysdeps/linux/common/mmap.c
+++ b/libc/sysdeps/linux/common/mmap.c
@@ -17,7 +17,7 @@
 # endif
 
 # define __NR__mmap __NR_mmap
-static _syscall6(void *, _mmap, void *, addr, size_t len,
+static _syscall6(void *, _mmap, void *, addr, size_t, len,
 		 int, prot, int, flags, int, fd, __off_t, offset)
 
 #elif defined __NR_mmap2 && defined _syscall6
-- 
1.7.3.4



More information about the uClibc-cvs mailing list