aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/eventpoll.c')
-rw-r--r--fs/eventpoll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/eventpoll.c b/fs/eventpoll.c
index 71af2fc0041..221086fef17 100644
--- a/fs/eventpoll.c
+++ b/fs/eventpoll.c
@@ -1241,7 +1241,7 @@ error_return:
1241 return error; 1241 return error;
1242} 1242}
1243 1243
1244#ifdef TIF_RESTORE_SIGMASK 1244#ifdef HAVE_SET_RESTORE_SIGMASK
1245 1245
1246/* 1246/*
1247 * Implement the event wait interface for the eventpoll file. It is the kernel 1247 * Implement the event wait interface for the eventpoll file. It is the kernel
@@ -1287,7 +1287,7 @@ asmlinkage long sys_epoll_pwait(int epfd, struct epoll_event __user *events,
1287 return error; 1287 return error;
1288} 1288}
1289 1289
1290#endif /* #ifdef TIF_RESTORE_SIGMASK */ 1290#endif /* HAVE_SET_RESTORE_SIGMASK */
1291 1291
1292static int __init eventpoll_init(void) 1292static int __init eventpoll_init(void)
1293{ 1293{