summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-08 18:27:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-08 18:27:44 +0000
commit4357da1801c9a162d3ca6234b01ae4f9201c4337 (patch)
tree640f460b569b2a3a395ca8e89cccbed78269caeb /testsuites/psxtests/psxhdrs
parentCORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enum (diff)
downloadrtems-4357da1801c9a162d3ca6234b01ae4f9201c4337.tar.bz2
changed phrase "RTEMS is support" to "RTEMS is supposed"
Diffstat (limited to 'testsuites/psxtests/psxhdrs')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread11.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread12.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread13.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread14.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread15.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread16.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread17.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread18.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread19.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread20.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread22.c2
-rw-r--r--testsuites/psxtests/psxhdrs/pthread23.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread11.c b/testsuites/psxtests/psxhdrs/pthread11.c
index 38de2d1c71..f8afb36a02 100644
--- a/testsuites/psxtests/psxhdrs/pthread11.c
+++ b/testsuites/psxtests/psxhdrs/pthread11.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread12.c b/testsuites/psxtests/psxhdrs/pthread12.c
index fd275597db..072d23a92c 100644
--- a/testsuites/psxtests/psxhdrs/pthread12.c
+++ b/testsuites/psxtests/psxhdrs/pthread12.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread13.c b/testsuites/psxtests/psxhdrs/pthread13.c
index 9800b3992a..4d340a92f0 100644
--- a/testsuites/psxtests/psxhdrs/pthread13.c
+++ b/testsuites/psxtests/psxhdrs/pthread13.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread14.c b/testsuites/psxtests/psxhdrs/pthread14.c
index 9ae414c9f0..29ae27d98b 100644
--- a/testsuites/psxtests/psxhdrs/pthread14.c
+++ b/testsuites/psxtests/psxhdrs/pthread14.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread15.c b/testsuites/psxtests/psxhdrs/pthread15.c
index 150ae28ebf..a3f0026514 100644
--- a/testsuites/psxtests/psxhdrs/pthread15.c
+++ b/testsuites/psxtests/psxhdrs/pthread15.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread16.c b/testsuites/psxtests/psxhdrs/pthread16.c
index 5f70487c47..5919d7939f 100644
--- a/testsuites/psxtests/psxhdrs/pthread16.c
+++ b/testsuites/psxtests/psxhdrs/pthread16.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread17.c b/testsuites/psxtests/psxhdrs/pthread17.c
index 0e7f4ed6ee..70d894c18f 100644
--- a/testsuites/psxtests/psxhdrs/pthread17.c
+++ b/testsuites/psxtests/psxhdrs/pthread17.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread18.c b/testsuites/psxtests/psxhdrs/pthread18.c
index 75e5b24122..b4925a76e5 100644
--- a/testsuites/psxtests/psxhdrs/pthread18.c
+++ b/testsuites/psxtests/psxhdrs/pthread18.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread19.c b/testsuites/psxtests/psxhdrs/pthread19.c
index 0b6a595b78..cf5516b3d4 100644
--- a/testsuites/psxtests/psxhdrs/pthread19.c
+++ b/testsuites/psxtests/psxhdrs/pthread19.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread20.c b/testsuites/psxtests/psxhdrs/pthread20.c
index 4e0d789e6f..f535897693 100644
--- a/testsuites/psxtests/psxhdrs/pthread20.c
+++ b/testsuites/psxtests/psxhdrs/pthread20.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread22.c b/testsuites/psxtests/psxhdrs/pthread22.c
index 767ba550a6..fb414ff433 100644
--- a/testsuites/psxtests/psxhdrs/pthread22.c
+++ b/testsuites/psxtests/psxhdrs/pthread22.c
@@ -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 )
diff --git a/testsuites/psxtests/psxhdrs/pthread23.c b/testsuites/psxtests/psxhdrs/pthread23.c
index db72cff1dd..c8751c883e 100644
--- a/testsuites/psxtests/psxhdrs/pthread23.c
+++ b/testsuites/psxtests/psxhdrs/pthread23.c
@@ -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 )