[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.55 and 1.56

version 1.55, 2006/06/13 22:24:34 version 1.56, 2006/08/30 11:19:24
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.50 2006/06/13 22:23:03 he Exp   * created from NetBSD: syscalls.master,v 1.51 2006/08/30 11:14:39 matt Exp
  */   */
   
 #ifndef _LINUX_SYS__SYSCALLARGS_H_  #ifndef _LINUX_SYS_SYSCALLARGS_H_
 #define _LINUX_SYS__SYSCALLARGS_H_  #define _LINUX_SYS_SYSCALLARGS_H_
   
 #ifdef  syscallarg  #ifdef  syscallarg
 #undef  syscallarg  #undef  syscallarg
Line 90  struct linux_sys_chown16_args {
Line 90  struct linux_sys_chown16_args {
 struct linux_sys_stime_args {  struct linux_sys_stime_args {
         syscallarg(linux_time_t *) t;          syscallarg(linux_time_t *) t;
 };  };
   #ifdef PTRACE
   
 struct linux_sys_ptrace_args {  struct linux_sys_ptrace_args {
         syscallarg(int) request;          syscallarg(int) request;
Line 97  struct linux_sys_ptrace_args {
Line 98  struct linux_sys_ptrace_args {
         syscallarg(int) addr;          syscallarg(int) addr;
         syscallarg(int) data;          syscallarg(int) data;
 };  };
   #else
   #endf
   
 struct linux_sys_alarm_args {  struct linux_sys_alarm_args {
         syscallarg(unsigned int) secs;          syscallarg(unsigned int) secs;
Line 751  int sys_getuid(struct lwp *, void *, reg
Line 754  int sys_getuid(struct lwp *, void *, reg
   
 int     linux_sys_stime(struct lwp *, void *, register_t *);  int     linux_sys_stime(struct lwp *, void *, register_t *);
   
   #ifdef PTRACE
 int     linux_sys_ptrace(struct lwp *, void *, register_t *);  int     linux_sys_ptrace(struct lwp *, void *, register_t *);
   
   #else
   #endf
 int     linux_sys_alarm(struct lwp *, void *, register_t *);  int     linux_sys_alarm(struct lwp *, void *, register_t *);
   
 int     linux_sys_pause(struct lwp *, void *, register_t *);  int     linux_sys_pause(struct lwp *, void *, register_t *);
Line 1083  int linux_sys_clock_getres(struct lwp *,
Line 1089  int linux_sys_clock_getres(struct lwp *,
   
 int     linux_sys_clock_nanosleep(struct lwp *, void *, register_t *);  int     linux_sys_clock_nanosleep(struct lwp *, void *, register_t *);
   
 #endif /* _LINUX_SYS__SYSCALLARGS_H_ */  #endif /* _LINUX_SYS_SYSCALLARGS_H_ */

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb <webmaster@jp.NetBSD.org>