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

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/m68k/linux_syscallargs.h between version 1.78 and 1.78.10.1

version 1.78, 2011/11/18 04:07:44 version 1.78.10.1, 2012/11/20 03:01:54
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.73 2011/11/18 04:03:50 christos Exp   * created from NetBSD: syscalls.master,v 1.74 2012/09/19 21:19:14 pooka Exp
  */   */
   
 #ifndef _LINUX_SYS_SYSCALLARGS_H_  #ifndef _LINUX_SYS_SYSCALLARGS_H_
Line 949  struct linux_sys_fadvise64_64_args {
Line 949  struct linux_sys_fadvise64_64_args {
 };  };
 check_syscall_args(linux_sys_fadvise64_64)  check_syscall_args(linux_sys_fadvise64_64)
   
   struct linux_sys_ppoll_args {
           syscallarg(struct pollfd *) fds;
           syscallarg(int) nfds;
           syscallarg(struct linux_timespec *) timeout;
           syscallarg(linux_sigset_t *) sigset;
   };
   check_syscall_args(linux_sys_ppoll)
   
 struct linux_sys_set_robust_list_args {  struct linux_sys_set_robust_list_args {
         syscallarg(struct linux_robust_list_head *) head;          syscallarg(struct linux_robust_list_head *) head;
         syscallarg(size_t) len;          syscallarg(size_t) len;
Line 1397  int linux_sys_tgkill(struct lwp *, const
Line 1405  int linux_sys_tgkill(struct lwp *, const
   
 int     linux_sys_fadvise64_64(struct lwp *, const struct linux_sys_fadvise64_64_args *, register_t *);  int     linux_sys_fadvise64_64(struct lwp *, const struct linux_sys_fadvise64_64_args *, register_t *);
   
   int     linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
   
 int     linux_sys_set_robust_list(struct lwp *, const struct linux_sys_set_robust_list_args *, register_t *);  int     linux_sys_set_robust_list(struct lwp *, const struct linux_sys_set_robust_list_args *, register_t *);
   
 int     linux_sys_get_robust_list(struct lwp *, const struct linux_sys_get_robust_list_args *, register_t *);  int     linux_sys_get_robust_list(struct lwp *, const struct linux_sys_get_robust_list_args *, register_t *);

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.78.10.1

CVSweb <webmaster@jp.NetBSD.org>