diff options
| author | Rich Felker <dalias@aerifal.cx> | 2012-05-03 23:18:26 -0400 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2012-05-03 23:18:26 -0400 |
| commit | 61be1cfec1f5da66c68f92a6939e3a38e673c9d6 (patch) | |
| tree | 5d1221bd675bf7e33c6b53b5e974bd2bf1983756 /src/sched/sched_yield.c | |
| parent | uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi (diff) | |
| download | grovel-61be1cfec1f5da66c68f92a6939e3a38e673c9d6.tar.gz grovel-61be1cfec1f5da66c68f92a6939e3a38e673c9d6.tar.xz | |
implement stub versions of sched_*
these actually work, but for now they prohibit actually setting
priority levels and report min/max priority as 0.
Diffstat (limited to '')
| -rw-r--r-- | src/sched/sched_yield.c (renamed from src/misc/sched_yield.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/misc/sched_yield.c b/src/sched/sched_yield.c index 6c0742b4..6c0742b4 100644 --- a/src/misc/sched_yield.c +++ b/src/sched/sched_yield.c |
