Mercurial > flash_v2
diff packages/kernel/current/src/sync/cnt_sem2.cxx @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | bf00f99aec69 |
| children | 0ec04793409a |
line wrap: on
line diff
--- a/packages/kernel/current/src/sync/cnt_sem2.cxx +++ b/packages/kernel/current/src/sync/cnt_sem2.cxx @@ -278,7 +278,7 @@ void Cyg_Counting_Semaphore2::post() // ------------------------------------------------------------------------- // Get current count value -cyg_count32 Cyg_Counting_Semaphore2::peek() +cyg_count32 Cyg_Counting_Semaphore2::peek() const { // This is a single read of the value of count. // This is already atomic, hence there is no need
