posix-timers: move the initialization of timer->sigq from send to create path
[linux-2.6/mini2440.git] / arch / um / sys-i386 / sys_call_table.S
blob00e5f5203eea337abd3a3e0ee115d6795ab0e4d3
1 #include <linux/linkage.h>
2 /* Steal i386 syscall table for our purposes, but with some slight changes.*/
4 #define sys_iopl sys_ni_syscall
5 #define sys_ioperm sys_ni_syscall
7 #define sys_vm86old sys_ni_syscall
8 #define sys_vm86 sys_ni_syscall
10 #define old_mmap old_mmap_i386
12 .section .rodata,"a"
14 #include "../../x86/kernel/syscall_table_32.S"
16 ENTRY(syscall_table_size)
17 .long .-sys_call_table