From f3981cea5048cbc77e2d7dfacebd492ecbd244a2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 19 Dec 1991 10:22:15 +0000 Subject: [PATCH] Put malloc.c after malloc in .distr file, otherwise it cannot be made --- lang/cem/libcc.ansi/stdlib/.distr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/libcc.ansi/stdlib/.distr b/lang/cem/libcc.ansi/stdlib/.distr index fcf90264..b1d2ecbb 100644 --- a/lang/cem/libcc.ansi/stdlib/.distr +++ b/lang/cem/libcc.ansi/stdlib/.distr @@ -14,7 +14,6 @@ ext_fmt.h getenv.c labs.c ldiv.c -malloc.c mblen.c mbstowcs.c mbtowc.c @@ -26,3 +25,4 @@ system.c wcstombs.c wctomb.c malloc +malloc.c