diff options
Diffstat (limited to 'sysdeps/generic/sendto.c')
-rw-r--r-- | sysdeps/generic/sendto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/sendto.c b/sysdeps/generic/sendto.c index f9b3c87f68..54f3e18396 100644 --- a/sysdeps/generic/sendto.c +++ b/sysdeps/generic/sendto.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 @@ -21,7 +21,7 @@ /* Send N bytes of BUF on socket FD to peer at address ADDR (which is ADDR_LEN bytes long). Returns the number sent, or -1 for errors. */ -int +ssize_t sendto (fd, buf, n, flags, addr, addr_len) int fd; __const __ptr_t buf; |