diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-18 16:07:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-18 16:07:38 +0000 |
commit | 59da908cef70461b20f1f717689b490c248962f9 (patch) | |
tree | 5d0afd535248e4a877c5d53de9a795536dba4772 /src/OS | |
parent | fef179d8e2bbb251f8b90aedb29179c6a53529b2 (diff) |
Fix Hurd build, another go
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/os.c-GNU | 2 |
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--) |