diff options
author | DJ Hoffman <dj.hoffman@joyent.com> | 2014-06-09 20:35:13 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-01-14 13:51:40 -0800 |
commit | fca543ca45b12c44a243625bce68b645ba8ed791 (patch) | |
tree | 40308157ab44217c4e91c13aa0e0aab95d583b74 /usr/src/lib/libc/amd64/Makefile | |
parent | 078266a5aafa880521ea55488ef3d676f35e908e (diff) | |
download | illumos-gate-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/lib/libc/amd64/Makefile')
-rw-r--r-- | usr/src/lib/libc/amd64/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile index 5b378065c5..f4b79eedb6 100644 --- a/usr/src/lib/libc/amd64/Makefile +++ b/usr/src/lib/libc/amd64/Makefile @@ -20,7 +20,7 @@ # # # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright (c) 2012, Joyent, Inc. All rights reserved. +# Copyright (c) 2015, Joyent, Inc. All rights reserved. # # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2013 Garrett D'Amore <garrett@damore.org> @@ -229,6 +229,7 @@ COMSYSOBJS= \ pipe2.o \ pollsys.o \ pread.o \ + preadv.o \ priocntlset.o \ processor_bind.o \ processor_info.o \ @@ -236,6 +237,7 @@ COMSYSOBJS= \ putmsg.o \ putpmsg.o \ pwrite.o \ + pwritev.o \ read.o \ readv.o \ resolvepath.o \ |