diff options
Diffstat (limited to 'sysdeps/mach/hurd/send.c')
-rw-r--r-- | sysdeps/mach/hurd/send.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/send.c b/sysdeps/mach/hurd/send.c index 4ba85e1988..78de0f2c9b 100644 --- a/sysdeps/mach/hurd/send.c +++ b/sysdeps/mach/hurd/send.c @@ -23,11 +23,7 @@ /* Send N bytes of BUF to socket FD. Returns the number sent or -1. */ ssize_t -__send (fd, buf, n, flags) - int fd; - const void *buf; - size_t n; - int flags; +__send (int fd, const void *buf, size_t n, int flags) { error_t err; size_t wrote; |