diff usr/src/lib/libc/sparc/Makefile.com @ 14022:19e11862653b

3713 Implement accept4() 3714 Implement pipe2() 3715 Implement dup3() 3716 Implement mkostemp() and mkostemps() 3719 so_socketpair syscall should preserve FD_CLOEXEC flag Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
author Theo Schlossnagle <jesus@omniti.com>
date Thu, 11 Apr 2013 04:50:36 +0000
parents 58bc6f85b799
children
line wrap: on
line diff
--- a/usr/src/lib/libc/sparc/Makefile.com	Thu Apr 18 21:49:49 2013 -0400
+++ b/usr/src/lib/libc/sparc/Makefile.com	Thu Apr 11 04:50:36 2013 +0000
@@ -20,6 +20,7 @@
 #
 #
 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
 #
 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
 # Use is subject to license terms.
@@ -265,6 +266,7 @@
 	pathconf.o		\
 	pause.o			\
 	pcsample.o		\
+	pipe2.o			\
 	pollsys.o		\
 	pread.o			\
 	priocntlset.o		\
@@ -318,7 +320,6 @@
 	forkx.o			\
 	forkallx.o		\
 	gettimeofday.o		\
-	pipe.o			\
 	ptrace.o		\
 	syscall.o		\
 	tls_get_addr.o		\
@@ -531,6 +532,7 @@
 	pfmt.o			\
 	pfmt_data.o		\
 	pfmt_print.o		\
+	pipe.o			\
 	plock.o			\
 	poll.o			\
 	posix_fadvise.o		\