summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-alloc-heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdl/rtl-alloc-heap.c')
-rw-r--r--cpukit/libdl/rtl-alloc-heap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libdl/rtl-alloc-heap.c b/cpukit/libdl/rtl-alloc-heap.c
index 44a4816c5d..2483e89fed 100644
--- a/cpukit/libdl/rtl-alloc-heap.c
+++ b/cpukit/libdl/rtl-alloc-heap.c
@@ -18,10 +18,10 @@
#include "rtl-alloc-heap.h"
void
-rtems_rtl_alloc_heap (bool allocate,
- rtems_rtl_alloc_tag_t tag,
- void** address,
- size_t size)
+rtems_rtl_alloc_heap (bool allocate,
+ rtems_rtl_alloc_tag tag,
+ void** address,
+ size_t size)
{
if (allocate)
*address = malloc (size);