summaryrefslogtreecommitdiff
path: root/libc/stdio/stdio.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-17 17:09:06 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-17 17:09:06 +0000
commit6d8a9ea7225b228f05cd6bc87165579d38d1994d (patch)
tree3e536acba3c52914406f134584ff898e71ac09ec /libc/stdio/stdio.c
parent667e48352acadd4333d85a2fa9e285e3692b7e5f (diff)
Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,
and a bit of extra cleanup in the test makefiles.
Diffstat (limited to 'libc/stdio/stdio.c')
-rw-r--r--libc/stdio/stdio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c
index 6c8c69380..367f3f9e4 100644
--- a/libc/stdio/stdio.c
+++ b/libc/stdio/stdio.c
@@ -609,6 +609,8 @@ const char *mode;
int fopen_mode = 0;
FILE *nfp = 0;
+ Inline_init;
+
/* If we've got an fp close the old one (freopen) */
if (fp) {
/* Careful, don't de-allocate it */