From aec2d7eb9231a463bd3be5e0b8540ef4ba27ae8a Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 12 Sep 2019 19:03:10 +0200 Subject: pkgs/build-sandbox: remove malloc.h The standard functins in `malloc.h` are exported by `stdlib.h`, and `malloc.h` is highly linux-specific. See https://stackoverflow.com/questions/56463049/should-mac-osx-have-a-malloc-h-file/56463133#56463133 and https://stackoverflow.com/questions/12973311/difference-between-stdlib-h-and-malloc-h --- pkgs/build-support/build-sandbox/src/setup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/build-support') diff --git a/pkgs/build-support/build-sandbox/src/setup.c b/pkgs/build-support/build-sandbox/src/setup.c index 8af42a06..98205710 100644 --- a/pkgs/build-support/build-sandbox/src/setup.c +++ b/pkgs/build-support/build-sandbox/src/setup.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include -- cgit 1.4.1