diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-10-19 22:28:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-10-19 22:28:07 +0000 |
| commit | d7dd6ae7ec8f0ff964674915abb69d71b9284b6b (patch) | |
| tree | 0c275fce2aa76fb47398dfb10920f8b7d9159d15 /lib/libc/stdio/findfp.c | |
| parent | 8556393bb2245a5c5bc35dc1256f6c1c6664fd91 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/findfp.c')
| -rw-r--r-- | lib/libc/stdio/findfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 5538a57260bc..84b6703c52bc 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -69,7 +69,7 @@ static struct glue uglue = { NULL, FOPEN_MAX - 3, usual }; static struct __sFILEX __sFX[3]; -static FILE __sF[3] = { +FILE __sF[3] = { std(__SRD, STDIN_FILENO), std(__SWR, STDOUT_FILENO), std(__SWR|__SNBF, STDERR_FILENO) |
