summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-31 14:14:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-31 14:14:45 +0000
commitb3c73d833be6f6d99886008892431575ac410029 (patch)
tree2b4322388366987c445fa1d213f3f30a429abb2c /cpukit
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b3c73d833be6f6d99886008892431575ac410029.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/posix_memalign.c: Remove warning.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libcsupport/src/posix_memalign.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3c655f5c32..27e81b0fb1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
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,
rtems/include/rtems/rtems/object.h,
rtems/src/rtemsobjectgetapiclassname.c,
diff --git a/cpukit/libcsupport/src/posix_memalign.c b/cpukit/libcsupport/src/posix_memalign.c
index 19d469e0c1..cde55f042b 100644
--- a/cpukit/libcsupport/src/posix_memalign.c
+++ b/cpukit/libcsupport/src/posix_memalign.c
@@ -27,8 +27,6 @@ int posix_memalign(
size_t size
)
{
- void *return_this;
-
/*
* Update call statistics
*/