Get fopen() and friends working properly, also perror(), fix vopen() prototype
authorNick Downing <downing.nick@gmail.com>
Fri, 20 Jan 2017 04:12:21 +0000 (15:12 +1100)
committerNick Downing <downing.nick@gmail.com>
Fri, 20 Jan 2017 04:12:21 +0000 (15:12 +1100)
commit127a8058b2ca7a2b749062f1fb7e345049b16e26
tree0664dbc2ae8f89ac0b3b3fece6d792dab75fa0d2
parent56c25f8828eb2af9e32ab8f11bc2f040312a3ef4
Get fopen() and friends working properly, also perror(), fix vopen() prototype
17 files changed:
.gitignore
cross/include/sys/x_file.h
cross/include/sys/x_types.h
lib/libx_c/generated.txt
lib/libx_c/linux/sys/Makefile
lib/libx_c/linux/sys/readv.c [new file with mode: 0644]
lib/libx_c/linux/sys/vopen.c
lib/libx_c/linux/sys/writev.c [new file with mode: 0644]
lib/libx_c/mkpostpatch.sh
lib/libx_c/mkprepatch.sh
lib/libx_c/n.sh
lib/libx_c/post.patch
lib/libx_c/pre.patch
lib/libx_c/sys/file.h
lib/libx_c/sys/types.h
lib/libx_c/sys/vopen.c
test/hello.c