Changeset 70329c80 in rtems
- Timestamp:
- Jan 12, 2000, 6:41:14 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 352d01e
- Parents:
- 399ba06
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/mqueuedeletesupp.c
r399ba06 r70329c80 41 41 _Objects_Close( &_POSIX_Message_queue_Information, &the_mq->Object ); 42 42 43 _CORE_message_queue_Flush( 44 &the_mq->Message_queue 43 _CORE_message_queue_Close( 44 &the_mq->Message_queue, 45 NULL, /* no MP support */ 46 CORE_MESSAGE_QUEUE_STATUS_WAS_DELETED 45 47 ); 46 48 -
cpukit/posix/src/mqueuedeletesupp.c
r399ba06 r70329c80 41 41 _Objects_Close( &_POSIX_Message_queue_Information, &the_mq->Object ); 42 42 43 _CORE_message_queue_Flush( 44 &the_mq->Message_queue 43 _CORE_message_queue_Close( 44 &the_mq->Message_queue, 45 NULL, /* no MP support */ 46 CORE_MESSAGE_QUEUE_STATUS_WAS_DELETED 45 47 ); 46 48
Note: See TracChangeset
for help on using the changeset viewer.