Removed referance to rtems error.

Added correct include file.
This commit is contained in:
Jennifer Averett
2000-01-13 18:22:09 +00:00
parent b0461cd4b4
commit 661ff9a7f6
2 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
#include <rtems/posix/seterr.h>
#include <rtems/posix/mqueue.h>
#include <rtems/posix/time.h>
#include <rtems/score/interr.h>
/*PAGE
@@ -92,5 +93,5 @@ int _POSIX_Message_queue_Translate_core_message_queue_return_code(
TRUE,
the_message_queue_status
);
return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */
return POSIX_BOTTOM_REACHED();
}

View File

@@ -23,6 +23,7 @@
#include <rtems/posix/seterr.h>
#include <rtems/posix/mqueue.h>
#include <rtems/posix/time.h>
#include <rtems/score/interr.h>
/*PAGE
@@ -92,5 +93,5 @@ int _POSIX_Message_queue_Translate_core_message_queue_return_code(
TRUE,
the_message_queue_status
);
return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */
return POSIX_BOTTOM_REACHED();
}