libthread_xu: Fix wrong return value in pthread_attr_setinheritsched().
authorSascha Wildner <saw@online.de>
Sun, 2 Feb 2014 22:40:12 +0000 (23:40 +0100)
committerSascha Wildner <saw@online.de>
Sun, 2 Feb 2014 22:42:25 +0000 (23:42 +0100)
commit38e5fe69f5d2065614aca3f3e8709c4125574ca9
tree9c60589185c17acc3155d7ac5d0e0e6c34c94f99
parentce52c965bad4587b8129ef31d8b226590c2225bb
libthread_xu: Fix wrong return value in pthread_attr_setinheritsched().

If it fails because of an invalid inheritsched, EINVAL must be returned.
lib/libthread_xu/thread/thr_attr.c