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)
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>

No differences found