diff options
Diffstat (limited to 'arch/s390/include/asm/syscall.h')
| -rw-r--r-- | arch/s390/include/asm/syscall.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/syscall.h b/arch/s390/include/asm/syscall.h index fe7b99759e1..cd29d2f4e4f 100644 --- a/arch/s390/include/asm/syscall.h +++ b/arch/s390/include/asm/syscall.h @@ -23,6 +23,7 @@   * type here is what we want [need] for both 32 bit and 64 bit systems.   */  extern const unsigned int sys_call_table[]; +extern const unsigned int sys_call_table_emu[];  static inline long syscall_get_nr(struct task_struct *task,  				  struct pt_regs *regs)  |