Changeset e5ca6593 in rtems for cpukit/posix/src/mqueuerecvsupp.c
- Timestamp:
- Aug 21, 2011, 7:59:03 PM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 08ef1631
- Parents:
- 74ac113
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/src/mqueuerecvsupp.c
r74ac113 re5ca6593 12 12 * time. 13 13 * 14 * COPYRIGHT (c) 1989-20 08.14 * COPYRIGHT (c) 1989-2011. 15 15 * On-Line Applications Research Corporation (OAR). 16 16 * … … 106 106 107 107 _Thread_Enable_dispatch(); 108 *msg_prio = 109 _POSIX_Message_queue_Priority_from_core(_Thread_Executing->Wait.count); 108 if (msg_prio) { 109 *msg_prio = _POSIX_Message_queue_Priority_from_core( 110 _Thread_Executing->Wait.count 111 ); 112 } 110 113 111 114 if ( !_Thread_Executing->Wait.return_code )
Note: See TracChangeset
for help on using the changeset viewer.