lsvmtools/posix
Mike Brasher fc333461bd Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
..
include Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
Makefile Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
assert.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
ctype.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
dlfcn.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
efi.mak Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
errno.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
limits.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
linux.mak Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
readme.txt Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
stdio.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
stdlib.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
string.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
time.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
unistd.c Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00

readme.txt

posix

Synopsis:
    POSIX implements various POSIX C interface to make it easier to port
    code that uses these interfaces. It was used to port OpenSSL, XZ, and
    ZLIB without requiring code changes.