Title: [4114] trunk: Add the semtimedop syscall.
Revision
4114
Author
bernds
Date
2008-01-17 17:52:19 -0600 (Thu, 17 Jan 2008)

Log Message

Add the semtimedop syscall.  Upstream uClibc doesn't compile without it.

Diffstat

 arch/blackfin/mach-common/entry.S |    1 +
 include/asm-blackfin/unistd.h     |    4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/entry.S (4113 => 4114)


--- trunk/arch/blackfin/mach-common/entry.S	2008-01-17 19:59:31 UTC (rev 4113)
+++ trunk/arch/blackfin/mach-common/entry.S	2008-01-17 23:52:19 UTC (rev 4114)
@@ -1380,6 +1380,7 @@
 	.long _sys_fadvise64
 	.long _sys_set_robust_list
 	.long _sys_get_robust_list	/* 355 */
+	.long _sys_semtimedop
 	.rept NR_syscalls-(.-_sys_call_table)/4
 	.long _sys_ni_syscall
 	.endr

Modified: trunk/include/asm-blackfin/unistd.h (4113 => 4114)


--- trunk/include/asm-blackfin/unistd.h	2008-01-17 19:59:31 UTC (rev 4113)
+++ trunk/include/asm-blackfin/unistd.h	2008-01-17 23:52:19 UTC (rev 4114)
@@ -369,7 +369,9 @@
 #define __NR_set_robust_list	354
 #define __NR_get_robust_list	355
 
-#define __NR_syscall		356
+#define __NR_semtimedop		356
+
+#define __NR_syscall		357
 #define NR_syscalls		__NR_syscall
 
 /* Old optional stuff no one actually uses */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to