[BACK]Return to linux_syscallargs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / powerpc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/linux/arch/powerpc/linux_syscallargs.h between version 1.46 and 1.47

version 1.46, 2009/01/17 22:34:02 version 1.47, 2009/06/08 13:29:01
Line 4 
Line 4 
  * System call argument lists.   * System call argument lists.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.42 2009/01/17 22:28:52 njoly Exp   * created from NetBSD: syscalls.master,v 1.43 2009/06/08 13:26:57 njoly Exp
  */   */
   
 #ifndef _LINUX_SYS_SYSCALLARGS_H_  #ifndef _LINUX_SYS_SYSCALLARGS_H_
Line 607  check_syscall_args(linux_sys_rt_sigpendi
Line 607  check_syscall_args(linux_sys_rt_sigpendi
 struct linux_sys_rt_queueinfo_args {  struct linux_sys_rt_queueinfo_args {
         syscallarg(int) pid;          syscallarg(int) pid;
         syscallarg(int) signum;          syscallarg(int) signum;
         syscallarg(void *) uinfo;          syscallarg(linux_siginfo_t *) uinfo;
 };  };
 check_syscall_args(linux_sys_rt_queueinfo)  check_syscall_args(linux_sys_rt_queueinfo)
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

CVSweb <webmaster@jp.NetBSD.org>