2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>

* libcsupport/src/posix_memalign.c: Remove warning.
This commit is contained in:
Joel Sherrill
2008-01-31 14:14:45 +00:00
parent 91b8fb9e9a
commit b3c73d833b
2 changed files with 4 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/posix_memalign.c: Remove warning.
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/object.h, score/src/objectgetinfo.c,
-2
View File
@@ -27,8 +27,6 @@ int posix_memalign(
size_t size
)
{
void *return_this;
/*
* Update call statistics
*/