]> git.baikalelectronics.ru Git - kernel.git/commit
fs/signalfd.c should #include <linux/syscalls.h>
authorAdrian Bunk <bunk@kernel.org>
Wed, 6 Feb 2008 09:36:48 +0000 (01:36 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:03 +0000 (10:41 -0800)
commit4dbaf87c5d36c5a40d7c0ce573e5d98a7e0cc048
tree4fef63bbc5695661fd0f2288801be48038bf8596
parent08bb6fc6741a3463f7f7b1bad31a245bae56101f
fs/signalfd.c should #include <linux/syscalls.h>

Every file should include the headers containing the prototypes for its global
functions (in this case sys_signalfd()).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/signalfd.c