Sanitise linux/sched.h for userspace consumption
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 26 Apr 2006 23:12:56 +0000 (00:12 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 26 Apr 2006 23:12:56 +0000 (00:12 +0100)
commitb7b3c76a0a21c5a98124e90c47c488f7e4166f87
tree475b13a18a81b3ac6377a6c2701e78268f543e5c
parentf001e47f83db18a9f202f25c0255b4d11ebe468b
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>
include/linux/sched.h