Changeset f879de5 in rtems
- Timestamp:
- 08/16/01 19:32:19 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7d741413
- Parents:
- aed5ae0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/src/msgqsubmit.c
raed5ae0 rf879de5 131 131 132 132 _Thread_Enable_dispatch(); 133 134 /* 135 * Since this API does not allow for blocking sends, we can directly 136 * return the returned msg_status. 137 */ 138 133 139 return 134 140 _Message_queue_Translate_core_message_queue_return_code( msg_status ); -
cpukit/rtems/src/msgqsubmit.c
raed5ae0 rf879de5 131 131 132 132 _Thread_Enable_dispatch(); 133 134 /* 135 * Since this API does not allow for blocking sends, we can directly 136 * return the returned msg_status. 137 */ 138 133 139 return 134 140 _Message_queue_Translate_core_message_queue_return_code( msg_status );
Note: See TracChangeset
for help on using the changeset viewer.