[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.39 and 1.40

version 1.39, 2002/02/17 19:35:45 version 1.40, 2002/03/22 15:17:17
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.36 2002/02/17 19:35:30 christos Exp   * created from NetBSD: syscalls.master,v 1.37 2002/03/22 15:17:04 christos Exp
  */   */
   
 /* syscall: "syscall" ret: "int" args: */  /* syscall: "syscall" ret: "int" args: */
Line 324 
Line 324 
 /* syscall: "cacheflush" ret: "int" args: "unsigned long" "int" "int" "unsigned long" */  /* syscall: "cacheflush" ret: "int" args: "unsigned long" "int" "int" "unsigned long" */
 #define LINUX_SYS_cacheflush    123  #define LINUX_SYS_cacheflush    123
   
 /* syscall: "mprotect" ret: "int" args: "caddr_t" "int" "int" */  /* syscall: "mprotect" ret: "int" args: "const void *" "unsigned long" "int" */
 #define LINUX_SYS_mprotect      125  #define LINUX_SYS_mprotect      125
   
 /* syscall: "sigprocmask" ret: "int" args: "int" "const linux_old_sigset_t *" "linux_old_sigset_t *" */  /* syscall: "sigprocmask" ret: "int" args: "int" "const linux_old_sigset_t *" "linux_old_sigset_t *" */
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: "off_t" args: "void *" "size_t" "int" "int" "int" "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.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>