From df23b56837086ff890e21e8f690356498343be7d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 26 Aug 2007 20:40:31 +0000 Subject: - use the correct type (__u_long is correct, __ulong_t is not typed) --- toolchain/uClibc/uClibc-0.9.29-001-fix-mmap.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/uClibc/uClibc-0.9.29-001-fix-mmap.patch') diff --git a/toolchain/uClibc/uClibc-0.9.29-001-fix-mmap.patch b/toolchain/uClibc/uClibc-0.9.29-001-fix-mmap.patch index af38be309..4775e8c33 100644 --- a/toolchain/uClibc/uClibc-0.9.29-001-fix-mmap.patch +++ b/toolchain/uClibc/uClibc-0.9.29-001-fix-mmap.patch @@ -84,7 +84,7 @@ + fd,((__u_quad_t)offset >> MMAP2_PAGE_SHIFT)); +#else + return __syscall_mmap2(addr, len, prot, flags, -+ fd,((__ulong_t)offset >> MMAP2_PAGE_SHIFT)); ++ fd,((__u_long)offset >> MMAP2_PAGE_SHIFT)); +#endif } -- cgit v1.2.3