Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112705
b: refs/heads/master
c: b76d69e
h: refs/heads/master
i:
  112703: 27f372c
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Aug 15, 2008
1 parent ba1d23a commit 90ef23f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 881b374705f352725ba1f558968ef34c17ba900e
refs/heads/master: b76d69ed721e8365739c3bd5dd7891efbea88494
4 changes: 2 additions & 2 deletions trunk/arch/um/sys-x86_64/syscall_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
#define stub_rt_sigreturn sys_rt_sigreturn

#define __SYSCALL(nr, sym) extern asmlinkage void sym(void) ;
#undef _ASM_X86_64_UNISTD_H_
#undef ASM_X86__UNISTD_64_H
#include <asm-x86/unistd_64.h>

#undef __SYSCALL
#define __SYSCALL(nr, sym) [ nr ] = sym,
#undef _ASM_X86_64_UNISTD_H_
#undef ASM_X86__UNISTD_64_H

typedef void (*sys_call_ptr_t)(void);

Expand Down

0 comments on commit 90ef23f

Please sign in to comment.