patch-2.0.30 linux/include/asm-alpha/unistd.h

Next file: linux/include/asm-i386/semaphore.h
Previous file: linux/include/asm-alpha/semaphore.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.29/linux/include/asm-alpha/unistd.h linux/include/asm-alpha/unistd.h
@@ -214,7 +214,7 @@
 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5)	 \
 {									 \
 	extern long syscall (int, ...);					 \
-	return syscall(__NR_##name, arg1, arg2, arg3, arg4);		 \
+	return syscall(__NR_##name, arg1, arg2, arg3, arg4, arg5);	 \
 }
 
 #endif /* __LIBRARY__ && __GNUC__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov