summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectgetinfo.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-10 17:41:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-10 17:41:32 +0000
commit8f0b33466bac9105c1dc94506b4297c84e344a37 (patch)
treebf3f129cbc4ecd2e97cd4643826223eec294b844 /cpukit/score/src/objectgetinfo.c
parent2010-08-10 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-8f0b33466bac9105c1dc94506b4297c84e344a37.tar.bz2
2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1660/filesystem * libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h: Changed int pipe_release to void pipe_release. * libfs/src/imfs/imfs_fifo.c: Corresponding change to IMFS_fifo_close since pipe_release does not return any error. * libfs/src/imfs/imfs_initsupp.c: Changes to improve IMFS_determine_bytes_per_block
Diffstat (limited to 'cpukit/score/src/objectgetinfo.c')
-rw-r--r--cpukit/score/src/objectgetinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/objectgetinfo.c b/cpukit/score/src/objectgetinfo.c
index 9207af8f90..da3e79713e 100644
--- a/cpukit/score/src/objectgetinfo.c
+++ b/cpukit/score/src/objectgetinfo.c
@@ -20,7 +20,7 @@
Objects_Information *_Objects_Get_information(
Objects_APIs the_api,
- uint32_t the_class
+ uint16_t the_class
)
{
Objects_Information *info;