Go to the documentation of this file.
7 #ifndef _LINUX_SIGNALFD_H
8 #define _LINUX_SIGNALFD_H
13 #ifdef CONFIG_SIGNALFD
18 static inline void signalfd_notify(
struct task_struct *tsk,
int sig)
28 static inline void signalfd_notify(
struct task_struct *tsk,
int sig) { }