[BACK]Return to linux_syscall.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / mips

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/mips/linux_syscall.h between version 1.66.2.2 and 1.66.2.3

version 1.66.2.2, 2017/01/07 08:56:30 version 1.66.2.3, 2017/03/20 06:57:25
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.61 2017/01/02 16:32:10 manu Exp   * created from NetBSD: syscalls.master,v 1.66 2017/02/09 22:02:05 christos Exp
  */   */
   
 #ifndef _LINUX_SYS_SYSCALL_H_  #ifndef _LINUX_SYS_SYSCALL_H_
Line 421 
Line 421 
 /* syscall: "bind" ret: "int" args: "int" "const struct osockaddr *" "int" */  /* syscall: "bind" ret: "int" args: "int" "const struct osockaddr *" "int" */
 #define LINUX_SYS_bind  169  #define LINUX_SYS_bind  169
   
 /* syscall: "connect" ret: "int" args: "int" "const struct sockaddr *" "int" */  /* syscall: "connect" ret: "int" args: "int" "const struct osockaddr *" "int" */
 #define LINUX_SYS_connect       170  #define LINUX_SYS_connect       170
   
 /* syscall: "getpeername" ret: "int" args: "int" "void *" "int *" */  /* syscall: "getpeername" ret: "int" args: "int" "void *" "int *" */
Line 688 
Line 688 
 /* syscall: "pipe2" ret: "int" args: "int *" "int" */  /* syscall: "pipe2" ret: "int" args: "int *" "int" */
 #define LINUX_SYS_pipe2 328  #define LINUX_SYS_pipe2 328
   
 #define LINUX_SYS_MAXSYSCALL    336  /* syscall: "accept4" ret: "int" args: "int" "struct osockaddr *" "int *" "int" */
   #define LINUX_SYS_accept4       334
   
   /* syscall: "recvmmsg" ret: "int" args: "int" "struct linux_mmsghdr *" "unsigned int" "unsigned int" "struct timespec *" */
   #define LINUX_SYS_recvmmsg      335
   
   /* syscall: "sendmmsg" ret: "int" args: "int" "struct linux_mmsghdr *" "unsigned int" "unsigned int" */
   #define LINUX_SYS_sendmmsg      344
   
   #define LINUX_SYS_MAXSYSCALL    367
 #define LINUX_SYS_NSYSENT       512  #define LINUX_SYS_NSYSENT       512
 #endif /* _LINUX_SYS_SYSCALL_H_ */  #endif /* _LINUX_SYS_SYSCALL_H_ */

Legend:
Removed from v.1.66.2.2  
changed lines
  Added in v.1.66.2.3

CVSweb <webmaster@jp.NetBSD.org>