am 152e978f: Merge "Put stdin/stdout/stderr symbols in place." into lmp-mr1-dev
* commit '152e978f73fc6cd37d0d82de69f1cf8134b34b90':
Put stdin/stdout/stderr symbols in place.
diff --git a/libc/stdio/findfp.c b/libc/stdio/findfp.c
index 5e51198..7a537c8 100644
--- a/libc/stdio/findfp.c
+++ b/libc/stdio/findfp.c
@@ -44,6 +44,10 @@
#define ALIGNBYTES (sizeof(uintptr_t) - 1)
#define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)
+#undef stdin
+#undef stdout
+#undef stderr
+
int __sdidinit;
#define NDYNAMIC 10 /* add ten more whenever necessary */