diff options
author | rpj <rpj> | 1998-07-28 05:08:58 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-28 05:08:58 +0000 |
commit | 50096a2db46759c1a94647838ec84919af81584c (patch) | |
tree | cbb4f86d621cf9ad855b3fb9c2ff6ec31e10f6a5 /ChangeLog | |
parent | 70831b26a1608227f7cf91a9ef07376fe4620b26 (diff) |
Tue Jul 28 14:04:29 1998 Ross Johnson <rpj@swan.canberra.edu.au>
* create.c (_pthread_start_call): Insert missing ")".
Add "us" arg to _pthread_exit() call.
(pthread_create): Modify to use new thread allocation scheme.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ Tue Jul 28 14:04:29 1998 Ross Johnson <rpj@swan.canberra.edu.au> + * create.c (_pthread_start_call): Insert missing ")". + Add "us" arg to _pthread_exit() call. + (pthread_create): Modify to use new thread allocation scheme. + * private.c: Added detailed explanation of the new thread allocation scheme. (_pthread_new_thread): Totally rewritten to use |