diff options
Diffstat (limited to 'libc/stdio/fgetln.c')
-rw-r--r-- | libc/stdio/fgetln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fgetln.c b/libc/stdio/fgetln.c index 946e1b7d4..95a5b31d9 100644 --- a/libc/stdio/fgetln.c +++ b/libc/stdio/fgetln.c @@ -43,7 +43,7 @@ * so we add 1 here. #endif */ -int +static int __slbexpand(FILE *fp, size_t newsize) { void *p; |