diff options
Diffstat (limited to 'sysdeps/generic/recvfrom.c')
-rw-r--r-- | sysdeps/generic/recvfrom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/recvfrom.c b/sysdeps/generic/recvfrom.c index 35b281a2a1..acb1e98ef1 100644 --- a/sysdeps/generic/recvfrom.c +++ b/sysdeps/generic/recvfrom.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ /* Read N bytes into BUF through socket FD from peer at address ADDR (which is ADDR_LEN bytes long). Returns the number read or -1 for errors. */ -int +ssize_t recvfrom (fd, buf, n, flags, addr, addr_len) int fd; void *buf; |