From ed32f569e3b636e0f12efdbbd5bba9e05cc434ac Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Wed, 20 May 2009 11:52:42 +0000 Subject: merge changes from ocaml3110 to ocaml3111rc0 git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9270 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/pipe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'otherlibs/win32unix/pipe.c') diff --git a/otherlibs/win32unix/pipe.c b/otherlibs/win32unix/pipe.c index 67e381298..afacd3e17 100644 --- a/otherlibs/win32unix/pipe.c +++ b/otherlibs/win32unix/pipe.c @@ -19,7 +19,8 @@ #include "unixsupport.h" #include -#define SIZEBUF 1024 +/* PR#4749: pick a size that matches that of I/O buffers */ +#define SIZEBUF 4096 CAMLprim value unix_pipe(value unit) { -- cgit v1.2.3-70-g09d2