Updated list of stuff
This commit is contained in:
parent
1f281c4d20
commit
66435b0bb0
1 changed files with 15 additions and 7 deletions
22
README
22
README
|
@ -9,12 +9,14 @@ library that exists on such a system.
|
||||||
Currently, the following headers are finished and fully compliant:
|
Currently, the following headers are finished and fully compliant:
|
||||||
assert.h*
|
assert.h*
|
||||||
cpio.h
|
cpio.h
|
||||||
errno.h?
|
errno.h
|
||||||
|
float.h
|
||||||
iso646.h
|
iso646.h
|
||||||
libgen.h
|
libgen.h
|
||||||
limits.h?
|
limits.h??
|
||||||
stdbool.h
|
stdbool.h
|
||||||
stddef.h
|
stddef.h
|
||||||
|
stdint.h
|
||||||
sys/un.h
|
sys/un.h
|
||||||
tar.h
|
tar.h
|
||||||
|
|
||||||
|
@ -33,23 +35,29 @@ string.h (26%)
|
||||||
time.h (4%)
|
time.h (4%)
|
||||||
|
|
||||||
The following headers exist and have all definitions, but no code:
|
The following headers exist and have all definitions, but no code:
|
||||||
|
aio.h
|
||||||
|
fmtmsg.h
|
||||||
|
fnmatch.h
|
||||||
|
grp.h
|
||||||
|
iconv.h
|
||||||
|
pwd.h
|
||||||
sys/utsname.h
|
sys/utsname.h
|
||||||
syslog.h
|
syslog.h
|
||||||
ulimit.h
|
ulimit.h
|
||||||
|
|
||||||
The following headers exist and are incomplete:
|
The following headers exist and are incomplete:
|
||||||
float.h (45%)
|
complex.h (<10%)
|
||||||
math.h (<33%)
|
math.h (<33%)
|
||||||
netinit/in.h (37%)
|
netinit/in.h (37%)
|
||||||
stdio.h (<20%)
|
stdio.h (<50%, ISO C functions are all there)
|
||||||
stdlib.h (24%)
|
stdlib.h (<60%, ISO C functions are all there)
|
||||||
string.h (26%)
|
string.h (26%)
|
||||||
sys/io.h (??)
|
sys/io.h (??)
|
||||||
sys/socket.h (5%)
|
sys/socket.h (5%)
|
||||||
sys/types.h (37%)
|
sys/types.h (<60%?)
|
||||||
sys/wait.h (63%)
|
sys/wait.h (63%)
|
||||||
time.h (14%)
|
time.h (14%)
|
||||||
unistd.h (<15%)
|
unistd.h (<15%?)
|
||||||
|
|
||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue