Delete malloc.h and tgmath.h from libc.
authorGeorge Koehler <xkernigh@netscape.net>
Sat, 28 Oct 2017 17:57:10 +0000 (13:57 -0400)
committerGeorge Koehler <xkernigh@netscape.net>
Sat, 28 Oct 2017 18:24:35 +0000 (14:24 -0400)
commit0a2dfd650d0cb78cb8613dad5c249aca8ff58965
treea48335d7eec01083fd813a052bdaf5e8e136e71c
parentb00a2c906d1f11f6d1aa52b0388d467fda0c6b60
Delete malloc.h and tgmath.h from libc.

This malloc.h might get confused with the private malloc.h in our
libc.  C programs should #include <stdlib.h> for malloc().

This tgmath.h has no useful content, and never worked because
complex.h is missing.

Touch build.lua (by deleting some whitespace) so the *.h globs see
the deletions.
lang/cem/libcc.ansi/headers/build.lua
lang/cem/libcc.ansi/headers/malloc.h [deleted file]
lang/cem/libcc.ansi/headers/tgmath.h [deleted file]