aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket.c')
-rw-r--r--net/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket.c b/net/socket.c
index a93c99b518ca..24c8e71583ad 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -1516,7 +1516,7 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
1516 * 1516 *
1517 * 1003.1g adds the ability to recvmsg() to query connection pending 1517 * 1003.1g adds the ability to recvmsg() to query connection pending
1518 * status to recvmsg. We need to add that support in a way thats 1518 * status to recvmsg. We need to add that support in a way thats
1519 * clean when we restucture accept also. 1519 * clean when we restructure accept also.
1520 */ 1520 */
1521 1521
1522SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr, 1522SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,