summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-05 14:43:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-05 14:43:52 +0000
commit09c1e31dc3e9d4ceb19ac522e906d32f6f820d44 (patch)
tree22d89f6fae0b4268ddf53d347297c3e7dc027029 /c/src/exec/posix/include/rtems/posix/threadsup.h
parentmake PTHREAD_SCOPE_SYSTEM an unsupported value for contentionscope. (diff)
downloadrtems-09c1e31dc3e9d4ceb19ac522e906d32f6f820d44.tar.bz2
added comments to priority.h to document the definition of posix priority
and how it corresponds to rtems core priority. Schedule was renamed schedparam
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/threadsup.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h2
1 files changed, 1 insertions, 1 deletions
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
/*