]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/signal.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / include / linux / signal.h
index 9475c5cb28bcc82827e9ed8c540fa59acd5067e9..d897484730c0e0853c45785c5d070538252b2049 100644 (file)
@@ -434,4 +434,9 @@ void signals_init(void);
 int restore_altstack(const stack_t __user *);
 int __save_altstack(stack_t __user *, unsigned long);
 
+#ifdef CONFIG_PROC_FS
+struct seq_file;
+extern void render_sigset_t(struct seq_file *, const char *, sigset_t *);
+#endif
+
 #endif /* _LINUX_SIGNAL_H */