From 66435b0bb02871df98df93f192945400514c28c0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Tue, 22 Dec 2020 17:27:15 -0600 Subject: [PATCH] Updated list of stuff --- README | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README b/README index c91e72c..adcddcc 100755 --- a/README +++ b/README @@ -9,12 +9,14 @@ library that exists on such a system. Currently, the following headers are finished and fully compliant: assert.h* cpio.h -errno.h? +errno.h +float.h iso646.h libgen.h -limits.h? +limits.h?? stdbool.h stddef.h +stdint.h sys/un.h tar.h @@ -33,23 +35,29 @@ string.h (26%) time.h (4%) 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 syslog.h ulimit.h The following headers exist and are incomplete: -float.h (45%) +complex.h (<10%) math.h (<33%) netinit/in.h (37%) -stdio.h (<20%) -stdlib.h (24%) +stdio.h (<50%, ISO C functions are all there) +stdlib.h (<60%, ISO C functions are all there) string.h (26%) sys/io.h (??) sys/socket.h (5%) -sys/types.h (37%) +sys/types.h (<60%?) sys/wait.h (63%) time.h (14%) -unistd.h (<15%) +unistd.h (<15%?) Building --------