summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2008-04-16 18:59:36 +0000
committerdelphij <delphij@FreeBSD.org>2008-04-16 18:59:36 +0000
commit6de397fa88cf56d8b432e839cf7738e7f48da0fc (patch)
tree8c9b74f319a953968d992cfa91a87e7fe29827a0 /lib/libc/gen/Makefile.inc
parent71f117505a34b4de451c2ace38b596babde8aca4 (diff)
downloadFreeBSD-src-6de397fa88cf56d8b432e839cf7738e7f48da0fc.zip
FreeBSD-src-6de397fa88cf56d8b432e839cf7738e7f48da0fc.tar.gz
Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part
deals with the usual __opendir2() calls, and the rest part with an interface translator to expose fdopendir(3) functionality. Manual page was obtained from kib@'s work for *at(2) system calls.
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 6aa45a4..c39fdb3 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -72,6 +72,7 @@ MLINKS+=arc4random.3 arc4random_addrandom.3 arc4random.3 arc4random_stir.3
MLINKS+=ctermid.3 ctermid_r.3
MLINKS+=devname.3 devname_r.3
MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
+ directory.3 fdopendir.3 \
directory.3 readdir.3 directory.3 readdir_r.3 directory.3 rewinddir.3 \
directory.3 seekdir.3 directory.3 telldir.3
MLINKS+=dlopen.3 dlclose.3 dlopen.3 dlerror.3 dlopen.3 dlfunc.3 \
OpenPOWER on IntegriCloud