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.
This commit is contained in:
Joel Sherrill
2002-04-08 17:02:03 +00:00
parent 0b5da30acb
commit aa08739a84
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
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.
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/getegid.c: Remove <errno.h>.

View File

@@ -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 */

View File

@@ -1,3 +1,8 @@
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.
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/getegid.c: Remove <errno.h>.

View File

@@ -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 */