diff options
author | rpj <rpj> | 2003-08-12 05:33:15 +0000 |
---|---|---|
committer | rpj <rpj> | 2003-08-12 05:33:15 +0000 |
commit | 614c09bf607cf77c70c7435cd615c9f8b684bc5e (patch) | |
tree | de94124f8ff2044807be3a2dd856a55286948ea6 /ChangeLog | |
parent | a250b09c42f9a261da78ecec6226d722e27eea67 (diff) |
Invalid thread param now returns ESRCH instead of EINVAL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-08-12 Ross Johnson <rpj@ise.canberra.edu.au> + + * pthread_getschedparam.c (pthread_getschedparam): An invalid thread ID + parameter was returning an incorrect error value. + * pthread_setschedparam.c (pthread_setschedparam): Likewise. + 2003-06-24 Piet van Bruggen <pietvb@newbridges.nl> * pthread_spin_destroy.c (pthread_spin_destroy): Was not freeing the |