summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/sem.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 15:09:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 15:09:39 +0000
commite75418494c8e71dbf6dae48df305f8587c4033ca (patch)
tree5421f4674176a0578399236c465a3cb40f19dd65 /cpukit/rtems/include/rtems/rtems/sem.h
parent2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e75418494c8e71dbf6dae48df305f8587c4033ca.tar.bz2
Use rtems_id for semaphores.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/sem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index 89c00ded78..3c628717c4 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/rtems/include/rtems/rtems/sem.h
@@ -170,7 +170,7 @@ rtems_status_code rtems_semaphore_release(
*/
rtems_status_code rtems_semaphore_flush(
- Objects_Id id
+ rtems_id id
);
/*