Merge pull request #14 from sajattack/unistd
implement some unistd
No related branches found
No related tags found
Showing
- platform/src/linux/mod.rs 113 additions, 0 deletionsplatform/src/linux/mod.rs
- platform/src/rawfile.rs 27 additions, 0 deletionsplatform/src/rawfile.rs
- platform/src/redox/mod.rs 86 additions, 1 deletionplatform/src/redox/mod.rs
- src/stdio/src/lib.rs 0 additions, 7 deletionssrc/stdio/src/lib.rs
- src/unistd/src/lib.rs 18 additions, 28 deletionssrc/unistd/src/lib.rs
- tests/.gitignore 11 additions, 0 deletionstests/.gitignore
- tests/Makefile 8 additions, 0 deletionstests/Makefile
- tests/alloc.c 8 additions, 0 deletionstests/alloc.c
- tests/brk.c 8 additions, 0 deletionstests/brk.c
- tests/chdir.c 15 additions, 0 deletionstests/chdir.c
- tests/dup.c 16 additions, 0 deletionstests/dup.c
- tests/fchdir.c 11 additions, 0 deletionstests/fchdir.c
- tests/fsync.c 11 additions, 0 deletionstests/fsync.c
- tests/ftruncate.c 11 additions, 0 deletionstests/ftruncate.c
- tests/getid.c 14 additions, 0 deletionstests/getid.c
- tests/link.c 5 additions, 0 deletionstests/link.c
Loading
Please register or sign in to comment