summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-20 08:41:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-20 19:18:23 +0200
commitd8a5e140ec44a5e45cf82d3759a339e9dedced56 (patch)
treeb159ba580e893b698c029dcd586aa358734bbdc8 /spec/build/cpukit
parentRemove superfluous <rtems/score/wkspace.h> includes (diff)
downloadrtems-d8a5e140ec44a5e45cf82d3759a339e9dedced56.tar.bz2
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.
Diffstat (limited to 'spec/build/cpukit')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
1 files changed, 1 insertions, 0 deletions
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