forked from Imagelibrary/rtems
changed phrase "RTEMS is support" to "RTEMS is supposed"
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user