Implemented seekdir() and telldir(). They were declared in <dirent.h> already.

So either +alphabranch or remove the declarations from <dirent.h>.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32679 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-08-25 22:16:40 +00:00
parent 28563f792b
commit b02c147c05
2 changed files with 96 additions and 11 deletions
+2
View File
@@ -16,6 +16,8 @@ struct __DIR {
int fd;
short next_entry;
unsigned short entries_left;
long seek_position;
long current_position;
struct dirent first_entry;
};