summaryrefslogtreecommitdiff
path: root/ecomp-c/libc-freestanding.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-c/libc-freestanding.c')
-rw-r--r--ecomp-c/libc-freestanding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-c/libc-freestanding.c b/ecomp-c/libc-freestanding.c
index f37aa83..9090a27 100644
--- a/ecomp-c/libc-freestanding.c
+++ b/ecomp-c/libc-freestanding.c
@@ -391,7 +391,7 @@ static int read_string( int fd, char *buf, int size )
}
enum {
- INTERNAL_STDIO_BUFSIZE = 255
+ INTERNAL_STDIO_BUFSIZE = 512
};
typedef struct {