]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mach/hurd/send.c
*** empty log message ***
[thirdparty/glibc.git] / sysdeps / mach / hurd / send.c
index 17fa66344f243cc2d235481aa92a88e76dc5a030..79d76fa367c52affc5a3a0fc7afd09dd7744b846 100644 (file)
@@ -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;