summaryrefslogtreecommitdiff
path: root/sysdeps/stub/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/send.c')
-rw-r--r--sysdeps/stub/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/send.c b/sysdeps/stub/send.c
index e921fd74bd..fbf8186ed5 100644
--- a/sysdeps/stub/send.c
+++ b/sysdeps/stub/send.c
@@ -23,7 +23,7 @@ Cambridge, MA 02139, USA. */
int
send (fd, buf, n, flags)
int fd;
- void *buf;
+ __const __ptr_t buf;
size_t n;
int flags;
{