看板 DFBSD_commit 關於我們 聯絡資訊
commit 308932fa313ac5fbfe6375f9eebf77e99422ad95 Author: Nicolas Thery <nthery@gmail.com> Date: Sat Aug 1 19:46:30 2009 +0200 fdopendir(3): remove file offset limitation It is now possible to pass to fdopendir() a fd with a non-zero file offset. This offset determines the initial entry returned by readdir(3). Summary of changes: lib/libc/gen/opendir.c | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/308932fa313ac5fbfe6375f9eebf77e99422ad95 -- DragonFly BSD source repository