From 6e48c50a6c9e51a83ab6f0c8c43b111ef50e8867 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 fcf902642..b1d2ecbbf 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 -- 2.34.1