From 020684e443a1f78e36f1eaa4db5c133150e2f026 Mon Sep 17 00:00:00 2001 From: jilles Date: Fri, 16 Aug 2013 13:10:30 +0000 Subject: Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls. I removed functionality not proposed for POSIX in Austin group issue #411. A man page (my own) and test cases will follow in later commits. PR: 176233 Submitted by: Jukka Ukkonen --- lib/libc/gen/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/gen/Makefile.inc') diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index fac1e43..ce9a430 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -31,6 +31,7 @@ SRCS+= __getosreldate.c \ disklabel.c \ dlfcn.c \ drand48.c \ + dup3.c \ elf_utils.c \ erand48.c \ err.c \ -- cgit v1.1