commit | b7b3c76a0a21c5a98124e90c47c488f7e4166f87 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu Apr 27 00:12:56 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Thu Apr 27 00:12:56 2006 +0100 |
tree | 475b13a18a81b3ac6377a6c2701e78268f543e5c | |
parent | f001e47f83db18a9f202f25c0255b4d11ebe468b [diff] |
Sanitise linux/sched.h for userspace consumption There was a whole load of crap exposed which should have been inside the existing #ifdef __KERNEL__ part. Also hide struct sched_param for now, since glibc has its own and doesn't like being given ours (yet). Signed-off-by: David Woodhouse <dwmw2@infradead.org>