blob: 098568bd6def060aee7c91c2beafda003a03334b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1998-07-10 Ben Elliston <bje@cygnus.com>
* misc.c (pthread_self): Implement.
* exit.c (pthread_exit): Implement.
* pthread.h (pthread_exit): Add function prototype.
(pthread_self): Likewise.
(pthread_t): Define this type.
1998-07-09 Ben Elliston <bje@cygnus.com>
* create.c (pthread_create): A dummy stub right now.
* pthread.h (pthread_create): Add function prototype.
|