summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c_src/fsynchelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/fsynchelper.c b/c_src/fsynchelper.c
index 117f5e9..6ffa80a 100644
--- a/c_src/fsynchelper.c
+++ b/c_src/fsynchelper.c
@@ -27,7 +27,7 @@ dosync(int fd)
int
main()
{
- char buf[100];
+ char buf[1000];
ssize_t len;
/* XXX: exits when command size is 0 */