From 4357da1801c9a162d3ca6234b01ae4f9201c4337 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Aug 1996 18:27:44 +0000 Subject: changed phrase "RTEMS is support" to "RTEMS is supposed" --- c/src/tests/psxtests/psxhdrs/pthread11.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread12.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread13.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread14.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread15.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread16.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread17.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread18.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread19.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread20.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread22.c | 2 +- c/src/tests/psxtests/psxhdrs/pthread23.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'c/src/tests') diff --git a/c/src/tests/psxtests/psxhdrs/pthread11.c b/c/src/tests/psxtests/psxhdrs/pthread11.c index 38de2d1c71..f8afb36a02 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread11.c +++ b/c/src/tests/psxtests/psxhdrs/pthread11.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread12.c b/c/src/tests/psxtests/psxhdrs/pthread12.c index fd275597db..072d23a92c 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread12.c +++ b/c/src/tests/psxtests/psxhdrs/pthread12.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread13.c b/c/src/tests/psxtests/psxhdrs/pthread13.c index 9800b3992a..4d340a92f0 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread13.c +++ b/c/src/tests/psxtests/psxhdrs/pthread13.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread14.c b/c/src/tests/psxtests/psxhdrs/pthread14.c index 9ae414c9f0..29ae27d98b 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread14.c +++ b/c/src/tests/psxtests/psxhdrs/pthread14.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread15.c b/c/src/tests/psxtests/psxhdrs/pthread15.c index 150ae28ebf..a3f0026514 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread15.c +++ b/c/src/tests/psxtests/psxhdrs/pthread15.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread16.c b/c/src/tests/psxtests/psxhdrs/pthread16.c index 5f70487c47..5919d7939f 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread16.c +++ b/c/src/tests/psxtests/psxhdrs/pthread16.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread17.c b/c/src/tests/psxtests/psxhdrs/pthread17.c index 0e7f4ed6ee..70d894c18f 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread17.c +++ b/c/src/tests/psxtests/psxhdrs/pthread17.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread18.c b/c/src/tests/psxtests/psxhdrs/pthread18.c index 75e5b24122..b4925a76e5 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread18.c +++ b/c/src/tests/psxtests/psxhdrs/pthread18.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread19.c b/c/src/tests/psxtests/psxhdrs/pthread19.c index 0b6a595b78..cf5516b3d4 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread19.c +++ b/c/src/tests/psxtests/psxhdrs/pthread19.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread20.c b/c/src/tests/psxtests/psxhdrs/pthread20.c index 4e0d789e6f..f535897693 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread20.c +++ b/c/src/tests/psxtests/psxhdrs/pthread20.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread22.c b/c/src/tests/psxtests/psxhdrs/pthread22.c index 767ba550a6..fb414ff433 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread22.c +++ b/c/src/tests/psxtests/psxhdrs/pthread22.c @@ -16,7 +16,7 @@ #include #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/c/src/tests/psxtests/psxhdrs/pthread23.c b/c/src/tests/psxtests/psxhdrs/pthread23.c index db72cff1dd..c8751c883e 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread23.c +++ b/c/src/tests/psxtests/psxhdrs/pthread23.c @@ -16,7 +16,7 @@ #include #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 ) -- cgit v1.2.3