diff options
Diffstat (limited to 'sysdeps/mach/hurd/shutdown.c')
-rw-r--r-- | sysdeps/mach/hurd/shutdown.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/shutdown.c b/sysdeps/mach/hurd/shutdown.c index fdaddbecc0..2ae4613d3b 100644 --- a/sysdeps/mach/hurd/shutdown.c +++ b/sysdeps/mach/hurd/shutdown.c @@ -29,9 +29,7 @@ Returns 0 on success, -1 for errors. */ /* XXX should be __shutdown ? */ int -shutdown (fd, how) - int fd; - int how; +shutdown (int fd, int how) { error_t err = HURD_DPORT_USE (fd, __socket_shutdown (port, how)); if (err) |