Merge branch 'akpm' (Andrew's patch-bomb)
[cascardo/linux.git] / include / linux / proc_fs.h
index 2e24018..32676b3 100644 (file)
@@ -314,4 +314,7 @@ static inline struct net *PDE_NET(struct proc_dir_entry *pde)
        return pde->parent->data;
 }
 
+#include <linux/signal.h>
+
+void render_sigset_t(struct seq_file *m, const char *header, sigset_t *set);
 #endif /* _LINUX_PROC_FS_H */