Implement open(), read(), close()
commit0855106f6f1661ffaf8702023999ea01cadc4eb3
authorMark Seaborn <mrs@mythic-beasts.com>
Wed, 7 Jan 2009 20:39:40 +0000 (7 20:39 +0000)
committerMark Seaborn <mrs@mythic-beasts.com>
Wed, 7 Jan 2009 20:39:40 +0000 (7 20:39 +0000)
tree31095da2961bda366b1a4ff1f89df20f7bbbf9cd
parent3ecb762a8a51f70a099073b0869555b48cfece52
Implement open(), read(), close()
Stop hard-coding syscall addresses
sysdeps/nacl/brk.c
sysdeps/nacl/close.c [new file with mode: 0644]
sysdeps/nacl/nacl_syscalls.h [new file with mode: 0644]
sysdeps/nacl/open.c [new file with mode: 0644]
sysdeps/nacl/read.c [new file with mode: 0644]
sysdeps/nacl/write.c