From aa08739a84cedfa4146b23f687db66b4514ecb15 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Apr 2002 17:02:03 +0000 Subject: 2002-04-08 Chris Johns * Per PR142, make task switch extension its own list. * src/pthread.c (_POSIX_Threads_User_extensions): Reflect above. --- c/src/exec/posix/src/pthread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec/posix/src/pthread.c') 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 */ -- cgit v1.2.3