summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-18 16:07:38 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-18 16:07:38 +0000
commit59da908cef70461b20f1f717689b490c248962f9 (patch)
tree5d0afd535248e4a877c5d53de9a795536dba4772 /src
parentfef179d8e2bbb251f8b90aedb29179c6a53529b2 (diff)
Fix Hurd build, another go
Diffstat (limited to 'src')
-rw-r--r--src/OS/os.c-GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/os.c-GNU b/src/OS/os.c-GNU
index 59ebdf32a..a75166322 100644
--- a/src/OS/os.c-GNU
+++ b/src/OS/os.c-GNU
@@ -79,7 +79,7 @@ return rc;
}
ssize_t
-os_pipe_writev(int fd, const struct iovec * iov, int iovcnt
+os_pipe_writev(int fd, const struct iovec * iov, int iovcnt)
{
int rc;
for (int retries = 10; retries > 0; retries--)