From d8a5e140ec44a5e45cf82d3759a339e9dedced56 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 20 Apr 2021 08:41:00 +0200 Subject: libcsupport: Move rtems_calloc() Move rtems_calloc() since it only depends on rtems_malloc(). This may make it easier to customize the heap allocator. Change licence to BSD-2-Clause according to file history. Update #3053. --- spec/build/cpukit/librtemscpu.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build/cpukit/librtemscpu.yml') diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml index 6de764cd04..a3a9ee42e3 100644 --- a/spec/build/cpukit/librtemscpu.yml +++ b/spec/build/cpukit/librtemscpu.yml @@ -708,6 +708,7 @@ source: - cpukit/libcsupport/src/realpath.c - cpukit/libcsupport/src/resource_snapshot.c - cpukit/libcsupport/src/rmdir.c +- cpukit/libcsupport/src/rtemscalloc.c - cpukit/libcsupport/src/rtems_heap_extend.c - cpukit/libcsupport/src/rtems_heap_extend_via_sbrk.c - cpukit/libcsupport/src/rtems_heap_greedy.c -- cgit v1.2.3