Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-20 | remove useless __yield alias for sched_yield | Rich Felker | 1 | -4/+1 | |
this is no longer used for anything, and reportedly clashed with a builtin on certain compilers. (cherry picked from commit adbf0258be4eea5f012e173de7e55a87f3093669) | |||||
2012-05-03 | implement stub versions of sched_* | Rich Felker | 1 | -0/+10 | |
these actually work, but for now they prohibit actually setting priority levels and report min/max priority as 0. |