summaryrefslogtreecommitdiffstats
path: root/net/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/compat.c')
-rw-r--r--net/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/compat.c b/net/compat.c
index 959d1c51826d..2fef7b9db434 100644
--- a/net/compat.c
+++ b/net/compat.c
@@ -822,7 +822,7 @@ COMPAT_SYSCALL_DEFINE5(recvmmsg_time64, int, fd, struct compat_mmsghdr __user *,
822} 822}
823 823
824#ifdef CONFIG_COMPAT_32BIT_TIME 824#ifdef CONFIG_COMPAT_32BIT_TIME
825COMPAT_SYSCALL_DEFINE5(recvmmsg, int, fd, struct compat_mmsghdr __user *, mmsg, 825COMPAT_SYSCALL_DEFINE5(recvmmsg_time32, int, fd, struct compat_mmsghdr __user *, mmsg,
826 unsigned int, vlen, unsigned int, flags, 826 unsigned int, vlen, unsigned int, flags,
827 struct old_timespec32 __user *, timeout) 827 struct old_timespec32 __user *, timeout)
828{ 828{