git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: fstat now handle symbolic link
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
arch
/
i386
/
dirent.c
1
#include "syscall.h"
2
#include <lunaix/dirent_defs.h>
3
4
__LXSYSCALL2(int, sys_readdir, int, fd, struct lx_dirent*, dent)