Add the sys directory for libc functions which use system calls; move the
authorDavid Given <dg@cowlark.com>
Sat, 23 Jun 2018 16:08:03 +0000 (18:08 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 23 Jun 2018 16:08:03 +0000 (18:08 +0200)
commitdf1cdf77623f21b99a3780f643de44fa724caf56
tree503da58df237fa11ae7bdf0b83a193f1882124aa
parentc4e4505a730f81de65df6a7b91fada15c6e42898
Add the sys directory for libc functions which use system calls; move the
malloc functions in there.
lang/cem/libcc.ansi/build.lua
lang/cem/libcc.ansi/sys/README.md [new file with mode: 0644]
lang/cem/libcc.ansi/sys/malloc/calloc.c [moved from lang/cem/libcc.ansi/malloc/calloc.c with 93% similarity]
lang/cem/libcc.ansi/sys/malloc/malloc.c [moved from lang/cem/libcc.ansi/malloc/malloc.c with 98% similarity]
lang/cem/libcc.ansi/sys/malloc/malloc.h [moved from lang/cem/libcc.ansi/malloc/malloc.h with 100% similarity]
lang/cem/libcc.ansi/sys/malloc/realloc.c [moved from lang/cem/libcc.ansi/malloc/realloc.c with 95% similarity]