summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2016-06-22 21:18:19 +0000
committerbrooks <brooks@FreeBSD.org>2016-06-22 21:18:19 +0000
commit251cde9f5aad91171dfc2c0d58df0e8776d6619d (patch)
tree78fbc9d3c1173f7d997bf2cdd4f0e50ecdcc6075 /sys/sys/syscall.h
parente4ef2142c85cd9081fd589ffbefec3915f814669 (diff)
downloadFreeBSD-src-251cde9f5aad91171dfc2c0d58df0e8776d6619d.zip
FreeBSD-src-251cde9f5aad91171dfc2c0d58df0e8776d6619d.tar.gz
Generate syscall tables and update pipe() implementation after r302094.
Mark the pipe() system call as COMPAT10. As of r302092 libc uses pipe2() with a zero flags value instead of pipe(). Approved by: re (gjb) Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D6816
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 8a32a64..accd20c 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: head/sys/kern/syscalls.master 297167 2016-03-21 21:37:33Z jhb
+ * created from FreeBSD: head/sys/kern/syscalls.master 302094 2016-06-22 21:15:59Z brooks
*/
#define SYS_syscall 0
@@ -48,7 +48,7 @@
#define SYS_getppid 39
/* 40 is old lstat */
#define SYS_dup 41
-#define SYS_pipe 42
+ /* 42 is freebsd10 pipe */
#define SYS_getegid 43
#define SYS_profil 44
#define SYS_ktrace 45
OpenPOWER on IntegriCloud