pthread_condattr_setclock(3): Fix the check for a known clock.
authorSascha Wildner <saw@online.de>
Mon, 5 Dec 2011 21:46:06 +0000 (22:46 +0100)
committerSascha Wildner <saw@online.de>
Mon, 5 Dec 2011 21:46:06 +0000 (22:46 +0100)
commit6bbb5e4a0e434d4f17f3e26e90693dc4792622dd
tree4c749114c36a1264ecf9924017e11059abbb5572
parent2295495c0da21710b6eb381ea5e9bf91ba13f09f
pthread_condattr_setclock(3): Fix the check for a known clock.

The way it was before, this function would always return EINVAL.
lib/libthread_xu/thread/thr_condattr.c