svn commit: trunk/uClibc/libc/sysdeps/linux/bfin/bits

pkj at uclibc.org pkj at uclibc.org
Fri Feb 24 14:13:14 UTC 2006


Author: pkj
Date: 2006-02-24 06:13:12 -0800 (Fri, 24 Feb 2006)
New Revision: 14259

Log:
Fix the _syscall6() macro (I hope).


Modified:
   trunk/uClibc/libc/sysdeps/linux/bfin/bits/syscalls.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/bfin/bits/syscalls.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/bfin/bits/syscalls.h	2006-02-24 03:15:34 UTC (rev 14258)
+++ trunk/uClibc/libc/sysdeps/linux/bfin/bits/syscalls.h	2006-02-24 14:13:12 UTC (rev 14259)
@@ -139,8 +139,8 @@
 __syscall_return(type,__res);						\
 }
 
-#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5)	\
-type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) {	\
+#define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5,type6,arg6)	\
+type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6) {	\
   long __res;								\
   __asm__ __volatile__ (						\
   "[--sp] = r5;\n\t"                                                    \




More information about the uClibc-cvs mailing list