fdopendir(3): remove file offset limitation
authorNicolas Thery <nthery@gmail.com>
Sat, 1 Aug 2009 17:46:30 +0000 (19:46 +0200)
committerNicolas Thery <nthery@gmail.com>
Sat, 1 Aug 2009 17:50:51 +0000 (19:50 +0200)
commit308932fa313ac5fbfe6375f9eebf77e99422ad95
treebb2a28c785e9d786b0c2cdcaa1ed22933be510b6
parent5cb6cda9f32f39e4f4cf2d11eb883ce71601a6d6
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).
lib/libc/gen/opendir.c