summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/send.c')
-rw-r--r--sysdeps/mach/hurd/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/send.c b/sysdeps/mach/hurd/send.c
index 17fa66344f..79d76fa367 100644
--- a/sysdeps/mach/hurd/send.c
+++ b/sysdeps/mach/hurd/send.c
@@ -26,7 +26,7 @@ Cambridge, MA 02139, USA. */
/* Send N bytes of BUF to socket FD. Returns the number sent or -1. */
int
DEFUN(__send, (fd, buf, n, flags),
- int fd AND PTR buf AND size_t n AND int flags)
+ int fd AND const PTR buf AND size_t n AND int flags)
{
error_t err;
int wrote;