Date: Fri, 29 May 2009 06:55:15 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen Makefile.inc Symbol.map directory.3 opendir.c Message-ID: <200905290655.n4T6tSLO083794@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2009-05-29 06:55:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/gen Makefile.inc Symbol.map directory.3 opendir.c Log: SVN rev 193019 on 2009-05-29 06:55:15Z by delphij MFC r178253 and r178256: 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. Revision Changes Path 1.128.2.2 +1 -0 src/lib/libc/gen/Makefile.inc 1.6.2.3 +4 -0 src/lib/libc/gen/Symbol.map 1.16.2.1 +38 -1 src/lib/libc/gen/directory.3 1.23.2.1 +34 -11 src/lib/libc/gen/opendir.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905290655.n4T6tSLO083794>