summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/syscall.h
diff options
context:
space:
mode:
authorDJ Hoffman <dj.hoffman@joyent.com>2014-06-09 20:35:13 +0000
committerRobert Mustacchi <rm@joyent.com>2015-01-14 13:51:40 -0800
commitfca543ca45b12c44a243625bce68b645ba8ed791 (patch)
tree40308157ab44217c4e91c13aa0e0aab95d583b74 /usr/src/uts/common/sys/syscall.h
parent078266a5aafa880521ea55488ef3d676f35e908e (diff)
downloadillumos-joyent-fca543ca45b12c44a243625bce68b645ba8ed791.tar.gz
4923 want preadv and pwritev
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r--usr/src/uts/common/sys/syscall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h
index eee273a25f..bbcd46995d 100644
--- a/usr/src/uts/common/sys/syscall.h
+++ b/usr/src/uts/common/sys/syscall.h
@@ -23,6 +23,7 @@
* Copyright 2014 Garrett D'Amore <garrett@damore.org>
* Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013 by Delphix. All rights reserved.
+ * Copyright (c) 2015, Joyent, Inc. All rights reserved.
*/
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
@@ -293,6 +294,8 @@ extern "C" {
#define SYS_fchdir 120
#define SYS_readv 121
#define SYS_writev 122
+#define SYS_preadv 123
+#define SYS_pwritev 124
#define SYS_mmapobj 127
#define SYS_setrlimit 128
#define SYS_getrlimit 129