diff usr/src/man/man3socket/Makefile @ 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 b54231762cfa
children 6b6815d682dd
line wrap: on
line diff
--- a/usr/src/man/man3socket/Makefile	Thu Apr 18 21:49:49 2013 -0400
+++ b/usr/src/man/man3socket/Makefile	Thu Apr 11 04:50:36 2013 +0000
@@ -10,6 +10,7 @@
 #
 
 # Copyright 2011, Richard Lowe
+# Copyright 2013, OmniTI Computer Consulting, Inc.
 
 include ../../Makefile.master
 
@@ -52,7 +53,8 @@
 		socketpair.3socket	\
 		spray.3socket
 
-MANSOFILES =	endnetent.3socket		\
+MANSOFILES =	accept4.3socket			\
+		endnetent.3socket		\
 		endprotoent.3socket		\
 		endservent.3socket		\
 		ether_aton.3socket		\
@@ -133,6 +135,8 @@
 
 MANFILES +=	$(MANSOFILES)
 
+accept4.3socket			:= SOSRC = man3socket/accept.3socket
+
 htonl.3socket			:= SOSRC = man3socket/byteorder.3socket
 htonll.3socket			:= SOSRC = man3socket/byteorder.3socket
 htons.3socket			:= SOSRC = man3socket/byteorder.3socket