Usermode - Renamed readdir() to SysReadDir()
authorJohn Hodge <[email protected]>
Wed, 8 Aug 2012 03:23:26 +0000 (11:23 +0800)
committerJohn Hodge <[email protected]>
Wed, 8 Aug 2012 03:23:26 +0000 (11:23 +0800)
commit808a29b42448b1229e07933050aa2b4cbe1fc923
tree9347fcd99a20b089b87e65eadec946f994f6f166
parent03a1d7f5361cd95b435f5f5cb434a7d8e3e6aeb9
Usermode - Renamed readdir() to SysReadDir()

- readdir() is a POSIX function operating on DIR* not file descriptors
Usermode/Applications/CLIShell_src/main.c
Usermode/Applications/dhcpclient_src/main.c
Usermode/Applications/ip_src/addr.c
Usermode/Applications/ip_src/routes.c
Usermode/Applications/ls_src/main.c
Usermode/Libraries/Makefile.tpl
Usermode/Libraries/ld-acess.so_src/arch/syscalls.s.h
Usermode/Libraries/ld-acess.so_src/export.c
Usermode/Libraries/ld-acess.so_src/include_exp/acess/sys.h
Usermode/Libraries/libc.so_src/heap.c

UCC git Repository :: git.ucc.asn.au