changed phrase "RTEMS is support" to "RTEMS is supposed"

This commit is contained in:
Joel Sherrill
1996-08-08 18:27:44 +00:00
parent 2a9a479d90
commit 4357da1801
24 changed files with 24 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_setschedparam"
#error "RTEMS is supposed to have pthread_setschedparam"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_getschedparam"
#error "RTEMS is supposed to have pthread_getschedparam"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_attr_setscope"
#error "RTEMS is supposed to have pthread_attr_setscope"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_attr_getscope"
#error "RTEMS is supposed to have pthread_attr_getscope"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_attr_setinheritsched"
#error "RTEMS is supposed to have pthread_attr_setinheritsched"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_attr_getinheritsched"
#error "RTEMS is supposed to have pthread_attr_getinheritsched"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_attr_setschedpolicy"
#error "RTEMS is supposed to have pthread_attr_setschedpolicy"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_attr_getschedpolicy"
#error "RTEMS is supposed to have pthread_attr_getschedpolicy"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_attr_setschedparam"
#error "RTEMS is supposed to have pthread_attr_setschedparam"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_attr_getschedparam"
#error "RTEMS is supposed to have pthread_attr_getschedparam"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_setschedparam"
#error "RTEMS is supposed to have pthread_setschedparam"
#endif
void test( void )

View File

@@ -16,7 +16,7 @@
#include <pthread.h>
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "RTEMS is support to have pthread_getschedparam"
#error "RTEMS is supposed to have pthread_getschedparam"
#endif
void test( void )