[BACK]Return to linux_syscall.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_syscall.h between version 1.42 and 1.42.4.4

version 1.42, 2002/05/12 13:57:08 version 1.42.4.4, 2004/05/27 09:06:20
Line 4 
Line 4 
  * System call numbers.   * System call numbers.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp   * created from NetBSD: syscalls.master,v 1.39.4.4 2004/05/27 09:05:18 tron Exp
  */   */
   
 /* syscall: "syscall" ret: "int" args: */  /* syscall: "syscall" ret: "int" args: */
Line 468 
Line 468 
 /* syscall: "ugetrlimit" ret: "int" args: "int" "struct orlimit *" */  /* syscall: "ugetrlimit" ret: "int" args: "int" "struct orlimit *" */
 #define LINUX_SYS_ugetrlimit    191  #define LINUX_SYS_ugetrlimit    191
   
   /* syscall: "mmap2" ret: "linux_off_t" args: "unsigned long" "size_t" "int" "int" "int" "linux_off_t" */
   #define LINUX_SYS_mmap2 192
   
 /* syscall: "truncate64" ret: "int" args: "const char *" "off_t" */  /* syscall: "truncate64" ret: "int" args: "const char *" "off_t" */
 #define LINUX_SYS_truncate64    193  #define LINUX_SYS_truncate64    193
   
 /* syscall: "ftruncate64" ret: "int" args: "int" "off_t" */  /* syscall: "ftruncate64" ret: "int" args: "unsigned int" "off_t" */
 #define LINUX_SYS_ftruncate64   194  #define LINUX_SYS_ftruncate64   194
   
 /* syscall: "stat64" ret: "int" args: "const char *" "struct linux_stat64 *" */  /* syscall: "stat64" ret: "int" args: "const char *" "struct linux_stat64 *" */

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.42.4.4

CVSweb <webmaster@jp.NetBSD.org>