summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-08-16 13:10:30 +0000
committerjilles <jilles@FreeBSD.org>2013-08-16 13:10:30 +0000
commit020684e443a1f78e36f1eaa4db5c133150e2f026 (patch)
tree30e10959c2614937a6af2cbc13a825ae2194ae9d /lib/libc/gen/Makefile.inc
parent5e5b39c47eb6fbcf9e6eeeecaa13a84dca61e7e4 (diff)
downloadFreeBSD-src-020684e443a1f78e36f1eaa4db5c133150e2f026.zip
FreeBSD-src-020684e443a1f78e36f1eaa4db5c133150e2f026.tar.gz
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
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
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 \
OpenPOWER on IntegriCloud