git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a4738
)
linux/futex.h: place kernel types behind __KERNEL__
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 23 Sep 2009 22:57:23 +0000
(15:57 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 24 Sep 2009 14:21:04 +0000
(07:21 -0700)
The forward decls for some kernel types are only needed by the code behind
__KERNEL__, so don't bleed these types to userspace.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found