[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.22 and 1.23

version 1.22, 2000/12/09 12:27:00 version 1.23, 2000/12/12 19:03:46
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.21 2000/12/09 12:23:36 jdolecek Exp   * created from NetBSD: syscalls.master,v 1.22 2000/12/12 19:02:00 jdolecek Exp
  */   */
   
 /* syscall: "syscall" ret: "int" args: */  /* syscall: "syscall" ret: "int" args: */
Line 462 
Line 462 
 /* syscall: "__vfork14" ret: "int" args: */  /* syscall: "__vfork14" ret: "int" args: */
 #define LINUX_SYS___vfork14     190  #define LINUX_SYS___vfork14     190
   
   /* syscall: "truncate64" ret: "int" args: "const char *" "off_t" */
   #define LINUX_SYS_truncate64    193
   
   /* syscall: "ftruncate64" ret: "int" args: "const char *" "off_t" */
   #define LINUX_SYS_ftruncate64   194
   
   /* syscall: "stat64" ret: "int" args: "const char *" "struct linux_stat64 *" */
   #define LINUX_SYS_stat64        195
   
   /* syscall: "lstat64" ret: "int" args: "const char *" "struct linux_stat64 *" */
   #define LINUX_SYS_lstat64       196
   
   /* syscall: "fstat64" ret: "int" args: "int" "struct linux_stat64 *" */
   #define LINUX_SYS_fstat64       197
   
 #define LINUX_SYS_MAXSYSCALL    218  #define LINUX_SYS_MAXSYSCALL    218

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>