specify size of the array to help -fmudflap

This commit is contained in:
christos 2012-04-18 19:30:15 +00:00
parent f03549c50e
commit ca5a32edc2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: stdio.h,v 1.81 2012/03/27 15:06:01 christos Exp $ */ /* $NetBSD: stdio.h,v 1.82 2012/04/18 19:30:15 christos Exp $ */
/*- /*-
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993
@ -146,7 +146,7 @@ typedef struct __sFILE {
} FILE; } FILE;
__BEGIN_DECLS __BEGIN_DECLS
extern FILE __sF[]; extern FILE __sF[3];
__END_DECLS __END_DECLS
#define __SLBF 0x0001 /* line buffered */ #define __SLBF 0x0001 /* line buffered */