summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 19:28:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 19:28:32 +0000
commit5a18e047aca9569bef0978a515c23f64ff597b57 (patch)
tree4d081939e89ea1382d0a239f6439e4413bf2187d /c/src/exec/posix/include/rtems/posix/threadsup.h
parentThis commit was generated by cvs2svn to compensate for changes in r311, (diff)
downloadrtems-5a18e047aca9569bef0978a515c23f64ff597b57.tar.bz2
added initial set of api extension callouts
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 e0cf294494..e614df12ef 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/posix/include/rtems/posix/threadsup.h
@@ -25,7 +25,7 @@ typedef struct {
int cancelation_requested;
Chain_Control Cancellation_Handlers;
-} POSIX_API_Thread_Support_Control;
+} POSIX_API_Control;
#endif
/* end of include file */