[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.2

version 1.42, 2002/05/12 13:57:08 version 1.42.4.2, 2003/11/20 04:22:13
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.1 2003/10/22 04:03:01 jmc 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
   

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

CVSweb <webmaster@jp.NetBSD.org>