lib: c: io: implement getdents()
This commit is contained in:
@@ -12,4 +12,6 @@ extern int write(int fd, const void *buf, size_t count);
|
||||
|
||||
extern off_t lseek(int fd, off_t offset, int whence);
|
||||
|
||||
extern long getdents(int fd, struct dentry *dirp, unsigned int count);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user