forked from Imagelibrary/rtems
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>
|
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
|
||||||
|
|
||||||
* shared/src/cache_manager.c
|
* shared/src/cache_manager.c
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <cache_.h>
|
#include <cache_.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* rtems_cache_aligned_malloc
|
* rtems_cache_aligned_malloc
|
||||||
|
|||||||
Reference in New Issue
Block a user