mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 05:28:32 +08:00
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* shared/src/cache_aligned_malloc.c: Added include of <stdlib.h> to eliminate warnings.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
|
||||
to eliminate warnings.
|
||||
|
||||
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
|
||||
|
||||
* shared/src/cache_manager.c
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <cache_.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* rtems_cache_aligned_malloc
|
||||
|
||||
Reference in New Issue
Block a user