diff options
Diffstat (limited to 'libc/stdio/findfp.c')
-rw-r--r-- | libc/stdio/findfp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libc/stdio/findfp.c b/libc/stdio/findfp.c index 926e5a18d..2dd32c974 100644 --- a/libc/stdio/findfp.c +++ b/libc/stdio/findfp.c @@ -61,11 +61,7 @@ static struct glue uglue = { 0, FOPEN_MAX - 3, usual }; static struct glue *lastglue = &uglue; _THREAD_PRIVATE_MUTEX(__sfp_mutex); -static struct __sfileext __sFext[3] = { - _FILEEXT_INITIALIZER, - _FILEEXT_INITIALIZER, - _FILEEXT_INITIALIZER, -}; +static struct __sfileext __sFext[3]; FILE __sF[3] = { std(__SRD, STDIN_FILENO), /* stdin */ |