forked from Imagelibrary/rtems
Removed referance to rtems error.
Added correct include file.
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
#include <rtems/posix/seterr.h>
|
#include <rtems/posix/seterr.h>
|
||||||
#include <rtems/posix/mqueue.h>
|
#include <rtems/posix/mqueue.h>
|
||||||
#include <rtems/posix/time.h>
|
#include <rtems/posix/time.h>
|
||||||
|
#include <rtems/score/interr.h>
|
||||||
|
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
@@ -92,5 +93,5 @@ int _POSIX_Message_queue_Translate_core_message_queue_return_code(
|
|||||||
TRUE,
|
TRUE,
|
||||||
the_message_queue_status
|
the_message_queue_status
|
||||||
);
|
);
|
||||||
return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */
|
return POSIX_BOTTOM_REACHED();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
#include <rtems/posix/seterr.h>
|
#include <rtems/posix/seterr.h>
|
||||||
#include <rtems/posix/mqueue.h>
|
#include <rtems/posix/mqueue.h>
|
||||||
#include <rtems/posix/time.h>
|
#include <rtems/posix/time.h>
|
||||||
|
#include <rtems/score/interr.h>
|
||||||
|
|
||||||
|
|
||||||
/*PAGE
|
/*PAGE
|
||||||
@@ -92,5 +93,5 @@ int _POSIX_Message_queue_Translate_core_message_queue_return_code(
|
|||||||
TRUE,
|
TRUE,
|
||||||
the_message_queue_status
|
the_message_queue_status
|
||||||
);
|
);
|
||||||
return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */
|
return POSIX_BOTTOM_REACHED();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user