[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.20 and 1.21

version 1.20, 2003/06/23 21:26:43 version 1.21, 2003/08/10 20:17:31
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.15 2003/06/23 21:25:58 christos Exp   * created from NetBSD: syscalls.master,v 1.16 2003/08/10 20:16:26 jdolecek Exp
  */   */
   
 #ifndef _LINUX_SYS__SYSCALLARGS_H_  #ifndef _LINUX_SYS__SYSCALLARGS_H_
Line 519  struct linux_sys_truncate64_args {
Line 519  struct linux_sys_truncate64_args {
         syscallarg(off_t) length;          syscallarg(off_t) length;
 };  };
   
   struct linux_sys_ftruncate64_args {
           syscallarg(unsigned int) fd;
           syscallarg(off_t) length;
   };
   
 struct linux_sys_stat64_args {  struct linux_sys_stat64_args {
         syscallarg(const char *) path;          syscallarg(const char *) path;
         syscallarg(struct linux_stat64 *) sp;          syscallarg(struct linux_stat64 *) sp;
Line 704  int sys___vfork14(struct lwp *, void *, 
Line 709  int sys___vfork14(struct lwp *, void *, 
 int     linux_sys_ugetrlimit(struct lwp *, void *, register_t *);  int     linux_sys_ugetrlimit(struct lwp *, void *, register_t *);
 int     linux_sys_mmap2(struct lwp *, void *, register_t *);  int     linux_sys_mmap2(struct lwp *, void *, register_t *);
 int     linux_sys_truncate64(struct lwp *, void *, register_t *);  int     linux_sys_truncate64(struct lwp *, void *, register_t *);
 int     sys_ftruncate(struct lwp *, void *, register_t *);  int     linux_sys_ftruncate64(struct lwp *, void *, register_t *);
 int     linux_sys_stat64(struct lwp *, void *, register_t *);  int     linux_sys_stat64(struct lwp *, void *, register_t *);
 int     linux_sys_lstat64(struct lwp *, void *, register_t *);  int     linux_sys_lstat64(struct lwp *, void *, register_t *);
 int     linux_sys_fstat64(struct lwp *, void *, register_t *);  int     linux_sys_fstat64(struct lwp *, void *, register_t *);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>