lib: c: io: implement getdents()
This commit is contained in:
@@ -7,4 +7,11 @@
|
||||
#define SEEK_CUR 1
|
||||
#define SEEK_END 2
|
||||
|
||||
struct dentry {
|
||||
unsigned long d_ino;
|
||||
unsigned short d_reclen;
|
||||
char d_type;
|
||||
char d_name[];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user