mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
uapi: move forward declarations of internal structures
Don't user forward declarations of internal kernel structures in headers exported to userspace. Move "struct completion;". Move "struct task_struct;". Link: http://lkml.kernel.org/r/20160713215808.GA22486@p183.telecom.by Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
bd721ea73e
commit
db3f600124
4 changed files with 2 additions and 4 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <uapi/linux/sysctl.h>
|
||||
|
||||
/* For the /proc/sys support */
|
||||
struct completion;
|
||||
struct ctl_table;
|
||||
struct nsproxy;
|
||||
struct ctl_table_root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue