More refactoring of library support.
commitbc6089c107117116a10e24b199b7b5e2ac2fbf16
authorMihail Groza <unlupdestepa@gmail.com>
Mon, 27 Mar 2017 09:09:51 +0000 (27 09:09 +0000)
committerMihail Groza <unlupdestepa@gmail.com>
Mon, 27 Mar 2017 09:09:51 +0000 (27 09:09 +0000)
tree45de54bed6a9d36673caf46b928012fd60e5ff12
parentf15b5ca18ccab54cfccaaa143afdea8b629f6dfc
More refactoring of library support.

Individual headers poll.h, sys/{socket,uio}.h created. Corrected
unistd.h interpretation of what is POSIX. More refactoring and
correctness work in related files.
lib/Makefile.am
lib/include/math.h
lib/include/poll.h [new file with mode: 0644]
lib/include/stdio.h
lib/include/sys/socket.h [new file with mode: 0644]
lib/include/sys/types.h
lib/include/sys/uio.h [new file with mode: 0644]
lib/include/unistd.h
lib/unix.h
src/fileLib.c