summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Symbol.map
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/Symbol.map
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/Symbol.map')
-rw-r--r--lib/libc/gen/Symbol.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map
index 5ec8144..22c4395 100644
--- a/lib/libc/gen/Symbol.map
+++ b/lib/libc/gen/Symbol.map
@@ -329,6 +329,7 @@ FBSD_1.0 {
};
FBSD_1.1 {
+ fdopendir;
fts_open;
fts_close;
fts_read;
OpenPOWER on IntegriCloud