From 09c1e31dc3e9d4ceb19ac522e906d32f6f820d44 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Jun 1996 14:43:52 +0000 Subject: added comments to priority.h to document the definition of posix priority and how it corresponds to rtems core priority. Schedule was renamed schedparam --- c/src/exec/posix/include/rtems/posix/threadsup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/posix/include/rtems/posix/threadsup.h') diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h index ba126bbb78..195fd1a5da 100644 --- a/c/src/exec/posix/include/rtems/posix/threadsup.h +++ b/c/src/exec/posix/include/rtems/posix/threadsup.h @@ -14,7 +14,7 @@ typedef struct { int detachstate; Thread_queue_Control Join_List; int schedpolicy; - struct sched_param Schedule; + struct sched_param schedparam; #if 0 /* -- cgit v1.2.3