summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/pthread.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 17:02:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 17:02:03 +0000
commitaa08739a84cedfa4146b23f687db66b4514ecb15 (patch)
treeccf3992b9a68aa8ef8dd1cd45bf28e34348c3ead /c/src/exec/posix/src/pthread.c
parent2001-04-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-aa08739a84cedfa4146b23f687db66b4514ecb15.tar.bz2
2002-04-08 Chris Johns <ccj@acm.org>
* Per PR142, make task switch extension its own list. * src/pthread.c (_POSIX_Threads_User_extensions): Reflect above.
Diffstat (limited to 'c/src/exec/posix/src/pthread.c')
-rw-r--r--c/src/exec/posix/src/pthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c
index dc066bc807..9281b5fe11 100644
--- a/c/src/exec/posix/src/pthread.c
+++ b/c/src/exec/posix/src/pthread.c
@@ -311,6 +311,7 @@ API_extensions_Control _POSIX_Threads_API_extensions = {
User_extensions_Control _POSIX_Threads_User_extensions = {
{ NULL, NULL },
+ { { NULL, NULL }, NULL },
{ _POSIX_Threads_Create_extension, /* create */
NULL, /* start */
NULL, /* restart */