commit | b4867734b06a18494976934c6f33ff2549595e3f | [log] [tgz] |
---|---|---|
author | Jim Huang <jserv@0xlab.org> | Fri Oct 15 00:50:45 2010 +0800 |
committer | Jim Huang <jserv@0xlab.org> | Fri Oct 15 01:10:31 2010 +0800 |
tree | e0872aed3956ed9a5f8e66457acf71b0c066c96d | |
parent | f67e5211e045af1b12f646448a5a35f96ba5e8f1 [diff] [blame] |
stdio: make internal symbols static/hidden Although header libc/stdio/local.h declares the macros and private variables of stdio, there are several internal symbols exposed unexpectedly. Change-Id: Ie7a07f85b70322fb9cd05b3c8e1bcc416061eb4b
diff --git a/libc/stdio/fgetln.c b/libc/stdio/fgetln.c index 946e1b7..95a5b31 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;