From: David Woodhouse Date: Wed, 26 Apr 2006 23:12:56 +0000 (+0100) Subject: Sanitise linux/sched.h for userspace consumption X-Git-Tag: v2.6.18-rc1~1103^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7b3c76a0a21c5a98124e90c47c488f7e4166f87;p=pandora-kernel.git 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 --- Reading git-diff-tree failed