diff options
Diffstat (limited to 'ipc/mqueue.c')
-rw-r--r-- | ipc/mqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index c0d58f390c3b..cc41de3b8deb 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
@@ -655,7 +655,7 @@ static void __do_notify(struct mqueue_inode_info *info) | |||
655 | * synchronously. */ | 655 | * synchronously. */ |
656 | if (info->notify_owner && | 656 | if (info->notify_owner && |
657 | info->attr.mq_curmsgs == 1) { | 657 | info->attr.mq_curmsgs == 1) { |
658 | struct siginfo sig_i; | 658 | struct kernel_siginfo sig_i; |
659 | switch (info->notify.sigev_notify) { | 659 | switch (info->notify.sigev_notify) { |
660 | case SIGEV_NONE: | 660 | case SIGEV_NONE: |
661 | break; | 661 | break; |