[Glibc-bsd-commits] r6017 - trunk/glibc-ports-2.23/kfreebsd/sys

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Wed Apr 20 19:02:14 UTC 2016


Author: stevenc-guest
Date: 2016-04-20 19:02:14 +0000 (Wed, 20 Apr 2016)
New Revision: 6017

Modified:
   trunk/glibc-ports-2.23/kfreebsd/sys/syscall.h
Log:
Add 10.3 syscalls: procctl, ppoll, futimens, utimensat


Modified: trunk/glibc-ports-2.23/kfreebsd/sys/syscall.h
===================================================================
--- trunk/glibc-ports-2.23/kfreebsd/sys/syscall.h	2016-04-20 18:58:43 UTC (rev 6016)
+++ trunk/glibc-ports-2.23/kfreebsd/sys/syscall.h	2016-04-20 19:02:14 UTC (rev 6017)
@@ -6,7 +6,7 @@
  *
  * DO NOT EDIT-- this file is automatically generated.
  * $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 250853 2013-05-21 11:40:16Z kib 
+ * created from FreeBSD: stable/10/sys/kern/syscalls.master 293474 2016-01-09 14:20:23Z dchagin
  */
 
 #define	SYS_syscall	0
@@ -465,9 +465,12 @@
 #define	SYS_chflagsat	540
 #define	SYS_accept4	541
 #define	SYS_pipe2	542
-#define SYS_aio_mlock	543
-#define SYS_procctl	544
-#define	SYS_MAXSYSCALL	545
+#define	SYS_aio_mlock	543
+#define	SYS_procctl	544
+#define	SYS_ppoll	545
+#define	SYS_futimens	546
+#define	SYS_utimensat	547
+#define	SYS_MAXSYSCALL	548
 
 #define SYS_obreak	SYS_break
 #define SYS_sysctl	SYS___sysctl




More information about the Glibc-bsd-commits mailing list