summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/findfp.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-12 03:31:23 +0000
committerpeter <peter@FreeBSD.org>2001-02-12 03:31:23 +0000
commit21629372f842d8268cfd5b6ab5e709a022ed1089 (patch)
treed22572edb6031da8ffe2c3a4ee41e21fb5e02681 /lib/libc/stdio/findfp.c
parent0e619322a9e8aa86df25ef55281aba3279da1265 (diff)
downloadFreeBSD-src-21629372f842d8268cfd5b6ab5e709a022ed1089.zip
FreeBSD-src-21629372f842d8268cfd5b6ab5e709a022ed1089.tar.gz
It sounded like a good idea at the time. The previous change breaks
FILE *buffer = stdout; so back it out for now.
Diffstat (limited to 'lib/libc/stdio/findfp.c')
-rw-r--r--lib/libc/stdio/findfp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c
index 7723813..f307e3e 100644
--- a/lib/libc/stdio/findfp.c
+++ b/lib/libc/stdio/findfp.c
@@ -75,10 +75,6 @@ FILE __sF[3] = {
struct glue __sglue = { &uglue, 3, __sF };
static struct glue *lastglue = &uglue;
-FILE *__stdin = &__sF[0];
-FILE *__stdout = &__sF[1];
-FILE *__stderr = &__sF[2];
-
static struct glue * moreglue __P((int));
static spinlock_t thread_lock = _SPINLOCK_INITIALIZER;
OpenPOWER on IntegriCloud