Guest User

Untitled

a guest
Jan 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1.  
  2. const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
  3.     /*
  4.     *Smells like a like a compiler bug -- it doesn't work
  5.     *when the & below is removed.
  6.     */
  7.     [0 ... __NR_syscall_max] = &sys_ni_syscall,
  8. #include <asm/unistd_64.h>
  9. };
Add Comment
Please, Sign In to add comment